AWS providers bundle for Stache AI (includes S3 Vectors, DynamoDB, and Bedrock)
Project description
stache-ai-aws
AWS providers bundle for Stache AI.
This metapackage installs all AWS-based providers for Stache:
- stache-ai-bedrock - LLM and Embedding via AWS Bedrock
- stache-ai-dynamodb - Namespace and Document Index via DynamoDB
- stache-ai-s3vectors - Vector storage via S3 Vectors
Installation
pip install stache-ai-aws
This is equivalent to:
pip install stache-ai-bedrock stache-ai-dynamodb stache-ai-s3vectors
Usage
from stache_ai.config import Settings
settings = Settings(
llm_provider="bedrock",
embedding_provider="bedrock",
vectordb_provider="s3vectors",
namespace_provider="dynamodb",
document_index_provider="dynamodb"
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stache_ai_aws-0.2.0.tar.gz
(15.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stache_ai_aws-0.2.0.tar.gz.
File metadata
- Download URL: stache_ai_aws-0.2.0.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2862f79ee12bdd02401f59dd1498a4d3ac07a5122493706e4a76d2476307838
|
|
| MD5 |
64ff7bd5dbf84e9eef3dee0c6c4b25e2
|
|
| BLAKE2b-256 |
e3f43091aff2ceed3593ecb8eb8246d198b1c72babedede561eec72d4550f7d8
|
File details
Details for the file stache_ai_aws-0.2.0-py3-none-any.whl.
File metadata
- Download URL: stache_ai_aws-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aae07c34859724a968e0ed2f769af1464c4fbb11b8e0ae751f8b7e71ce91317f
|
|
| MD5 |
0a3e83f645570291cc3025f8b7fb963d
|
|
| BLAKE2b-256 |
47b7e992b3b3b6eebaabd4befb85a12005a7d9a0625a73ddaec538ffd871b364
|