-
Notifications
You must be signed in to change notification settings - Fork 674
docs: fix typos in 03_combining_project_blueprints_with_multipage_documents.ipynb #700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ This repository contains pre-built examples to help customers get started with t | |
| ## Contents | ||
|
|
||
| - [Introduction to Bedrock](introduction-to-bedrock) - Learn the basics of the Bedrock service | ||
| - [Prompt Engineering ](articles-guides) - Tips for crafting effective prompts | ||
| - [Prompt Engineering ](articles-guides/README.md) - Tips for crafting effective prompts | ||
|
||
| - [Agents](agents-and-function-calling) - Ways to implement Generative AI Agents and its components. | ||
| - [Custom Model Import](custom-models) - Import custom models into Bedrock | ||
| - [Multimodal](multi-modal) - Working with multimodal data using Amazon Bedrock | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,18 +4,18 @@ This repository contains pre-built examples to help customers get started with t | |||||
|
|
||||||
| ## Contents | ||||||
|
|
||||||
| - [Introduction to Bedrock](introduction-to-bedrock) - Learn the basics of the Bedrock service | ||||||
| - [Introduction to Bedrock](../introduction-to-bedrock) - Learn the basics of the Bedrock service | ||||||
| - [Prompt Engineering ](prompt-engineering) - Tips for crafting effective prompts | ||||||
| - [Bedrock Fine-tuning](bedrock-fine-tuning) - Fine-tune Bedrock models for your specific use case | ||||||
| - [Custom Model Import](custom-models) - Import custom models into Bedrock | ||||||
| - [Generative AI Solutions](generative-ai-solutions) - Example use cases for generative AI | ||||||
| - [Knowledge Bases](knowledge-bases) - Build knowledge bases with Bedrock | ||||||
| - [Retrival Augmented Generation (RAG)](rag-solutions) - Implementing RAG with Amazon Bedrock | ||||||
| - [Agents](agents-for-bedrock) - Generative AI agents with Bedrock | ||||||
| - [Security and Governance](security-and-governance) - Secure your Bedrock applications | ||||||
| - [Responsible AI](responsible-ai) - Use Bedrock responsibly and ethically | ||||||
| - [Operational Tooling](ops-tooling) - Helpful samples to help operationalize your useage of Amazon Bedrock | ||||||
| - [Multimodal](multimodal) - Working with multimodal data using Amazon Bedrock | ||||||
| - [Bedrock Fine-tuning](../model-latency-benchmarking) - Fine-tune Bedrock models for your specific use case | ||||||
|
||||||
| - [Bedrock Fine-tuning](../model-latency-benchmarking) - Fine-tune Bedrock models for your specific use case | |
| - [Model Latency Benchmarking](../model-latency-benchmarking) - Benchmark Bedrock model latency for your specific use case |
Copilot
AI
Apr 17, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in link title: "Retrival" should be "Retrieval".
| - [Retrival Augmented Generation (RAG)](../rag) - Implementing RAG with Amazon Bedrock | |
| - [Retrieval Augmented Generation (RAG)](../rag) - Implementing RAG with Amazon Bedrock |
Copilot
AI
Apr 17, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in description: "useage" should be "usage".
| - [Operational Tooling](../evaluation-observe) - Helpful samples to help operationalize your useage of Amazon Bedrock | |
| - [Operational Tooling](../evaluation-observe) - Helpful samples to help operationalize your usage of Amazon Bedrock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There’s an extra trailing space in the link text "Prompt Engineering ", which reads like a typo. Consider removing the extra space so the rendered link text is consistent with the other entries.