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.1.tar.gz
(15.6 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.1.tar.gz.
File metadata
- Download URL: stache_ai_aws-0.2.1.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb15f6026a1c8113dba6bb04a4d38d47d852dcc745003eb4523da6e67f471b59
|
|
| MD5 |
db62fd363f1fee85fb72061468392bb0
|
|
| BLAKE2b-256 |
f2029d4316b9e46b19dc97716ba47d0007cb43a5b7b320b2ac4469c1273f246e
|
File details
Details for the file stache_ai_aws-0.2.1-py3-none-any.whl.
File metadata
- Download URL: stache_ai_aws-0.2.1-py3-none-any.whl
- Upload date:
- Size: 9.1 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 |
01f404dae315bd5bef22f3890ec4b523d35fda013b868e0ec56ae7432af16eb9
|
|
| MD5 |
65d3225ed5d9e881a6c67480e8c9c48e
|
|
| BLAKE2b-256 |
d9798b7fd34e77e00db62a5008629573774fb1902710f97ae74d375abd53a7a3
|