Commit cc3a832
authored
docs: comprehensive AWS Bedrock documentation update (#283)
* docs: update AWS Bedrock documentation with comprehensive coverage
- Add Quick Start section to aws-bedrock.md for running a full Bedrock instance
- Document bedrock/ prefix requirement for embedding models vs no prefix for generation
- Add installation instructions for the [aws] extra (boto3, botocore)
- Fix Docker Compose instructions to use --profile aws instead of DOCKER_TARGET
- Fix region env var references (REGION_NAME + AWS_REGION_NAME)
- Add latest Anthropic Claude models (Opus 4.6, Sonnet 4.6, Opus 4.1, Sonnet 4, etc.)
- Add additional embedding models (Titan multimodal, Cohere Embed v4)
- Fix default GENERATION_MODEL in llm-providers.md to match config.py
- Add hybrid config examples (Bedrock embeddings + OpenAI generation and vice versa)
- Add troubleshooting entries for missing AWS dependencies
- Cross-reference between aws-bedrock.md and llm-providers.md
* fix: update stale docstring in langchain integration to use create_agent
The module docstring was using the removed create_tool_calling_agent and
AgentExecutor API from LangChain < v0.2. Updated to use create_agent
from langchain.agents, which is the current API.
* docs: address PR review feedback from Copilot
- Fix REGION_NAME vs AWS_REGION_NAME: clarify AWS_REGION_NAME is required
(LiteLLM), REGION_NAME is optional (server-side boto3 model-existence checks)
- Fix IAM role section: note that server boto3 utilities currently require
explicit credentials, but LiteLLM handles IAM roles natively
- Fix REDISVL_VECTOR_DIMENSIONS description: it is a fallback/override, not
auto-detected
- Add asterisk notes on embedding models not in MODEL_CONFIGS (titan-embed-image,
cohere.embed-v4) requiring explicit REDISVL_VECTOR_DIMENSIONS
* docs: address reviewer feedback
- Clarify bedrock/ prefix is optional (not prohibited) for generation models
- Remove boto3/botocore version ranges from docs
- Rename LLM Proxy to LLM Proxy (LiteLLM) in architecture diagram
- Update wording from 'no prefix needed' to 'prefix optional'1 parent fbf9464 commit cc3a832
3 files changed
Lines changed: 286 additions & 175 deletions
File tree
- agent-memory-client/agent_memory_client/integrations
- docs
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
34 | 30 | | |
35 | 31 | | |
36 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| |||
0 commit comments