Skip to content

Added KB examples and tests and updated metadata file #7451

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions .doc_gen/metadata/bedrock-agent_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -521,3 +521,68 @@ bedrock-agent_GettingStartedWithBedrockPrompts:
services:
bedrock-agent: {CreatePrompt, CreatePromptVersion, DeletePrompt}
bedrock-runtime: {Converse}

bedrock-agent_CreateKnowledgeBase:
languages:
Python:
versions:
- sdk_version: 3
github: python/example_code/bedrock-agent
excerpts:
- description: Create an Amazon Bedrock knowledge base.
snippet_tags:
- python.example_code.bedrock-agent.create_knowledge_base
services:
bedrock-agent: {CreateKnowledgeBase}

bedrock-agent_GetKnowledgeBase:
languages:
Python:
versions:
- sdk_version: 3
github: python/example_code/bedrock-agent
excerpts:
- description: Get an Amazon Bedrock knowledge base.
snippet_tags:
- python.example_code.bedrock-agent.get_knowledge_base
services:
bedrock-agent: {GetKnowledgeBase}

bedrock-agent_UpdateKnowledgeBase:
languages:
Python:
versions:
- sdk_version: 3
github: python/example_code/bedrock-agent
excerpts:
- description: Update an Amazon Bedrock knowledge base.
snippet_tags:
- python.example_code.bedrock-agent.update_knowledge_base
services:
bedrock-agent: {UpdateKnowledgeBase}

bedrock-agent_DeleteKnowledgeBase:
languages:
Python:
versions:
- sdk_version: 3
github: python/example_code/bedrock-agent
excerpts:
- description: Delete an Amazon Bedrock knowledge base.
snippet_tags:
- python.example_code.bedrock-agent.delete_knowledge_base
services:
bedrock-agent: {DeleteKnowledgeBase}

bedrock-agent_ListKnowledgeBases:
languages:
Python:
versions:
- sdk_version: 3
github: python/example_code/bedrock-agent
excerpts:
- description: List Amazon Bedrock knowledge Bases.
snippet_tags:
- python.example_code.bedrock-agent.list_knowledge_bases
services:
bedrock-agent: {ListKnowledgeBases}
Loading
Loading