Swarmauri Redis Vector Store
Project description
Swarmauri Vectorstore Redis
A Redis-based vector store implementation for the Swarmauri SDK that enables efficient storage and retrieval of document embeddings.
Installation
pip install swarmauri_vectorstore_redis
Usage
Basic example of using RedisVectorStore:
from swarmauri.vector_stores.RedisVectorStore import RedisVectorStore
from swarmauri.documents.Document import Document
# Initialize the vector store
vector_store = RedisVectorStore(
redis_host="localhost",
redis_port=6379,
redis_password="your_password",
embedding_dimension=8000
)
# Add documents
document = Document(
id="doc1",
content="Sample document content",
metadata={"category": "sample"}
)
vector_store.add_document(document)
# Retrieve similar documents
similar_docs = vector_store.retrieve("sample content", top_k=5)
Want to help?
If you want to contribute to swarmauri-sdk, read up on our guidelines for contributing that will help you get started.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 swarmauri_vectorstore_redis-0.9.2.tar.gz.
File metadata
- Download URL: swarmauri_vectorstore_redis-0.9.2.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.0 {"installer":{"name":"uv","version":"0.11.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b5e7bbb0e82a86c988ab5c2b450fdcc692c13aa4d8c44c19c281706be4b0b7d
|
|
| MD5 |
cb6d7ea3222ddb20ba16890ddde22bb3
|
|
| BLAKE2b-256 |
f82f03169b07f6328d6c04088ee4e22dcb80a62fec4b6d1822392a93ac436f8a
|
File details
Details for the file swarmauri_vectorstore_redis-0.9.2-py3-none-any.whl.
File metadata
- Download URL: swarmauri_vectorstore_redis-0.9.2-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.0 {"installer":{"name":"uv","version":"0.11.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd590f5b3d56899a180840d6829f614c47128f60127531032651eb9a3b650eeb
|
|
| MD5 |
ec4b5941d83ada69d3db425104e0ba6b
|
|
| BLAKE2b-256 |
0b797049b94cd42c70dfff622557551109014db3d9ef038c09e5f29b3634312f
|