Qdrant VectorStore adapter for Astrocyte
Project description
astrocyte-qdrant
Qdrant adapter implementing Astrocyte’s VectorStore protocol.
Usage
from astrocyte_qdrant import QdrantVectorStore
store = QdrantVectorStore(
url="http://localhost:6333",
collection_name="astrocyte_mem",
vector_size=128,
)
Register via entry point astrocyte.vector_stores / name qdrant after installation.
Development
uv sync --extra dev
uv run pytest
Requires a running Qdrant instance (see CI workflow for Docker image).
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
astrocyte_qdrant-0.15.0.tar.gz
(61.9 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 astrocyte_qdrant-0.15.0.tar.gz.
File metadata
- Download URL: astrocyte_qdrant-0.15.0.tar.gz
- Upload date:
- Size: 61.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5200618dc17ae8fa22f1fc7528ff4d90f774d7ce92bffdb9f619c5e727905fc5
|
|
| MD5 |
5faeb5f4f39a22afbac2de0a76a34744
|
|
| BLAKE2b-256 |
9b073ad81d91152c01a21e2052c86e5f89b81e65052b35dffc938c50114f2918
|
File details
Details for the file astrocyte_qdrant-0.15.0-py3-none-any.whl.
File metadata
- Download URL: astrocyte_qdrant-0.15.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c17f178318b23323f79b6a95355c9700bd3cdecb0d4157f5907a8963899e6df
|
|
| MD5 |
4bd9f42cde11a9038e5c4ca0ddfb9883
|
|
| BLAKE2b-256 |
3966f79c58813d8df767633662881cc0bfb0e3158ccf1e352afbb9e4b5ade9f0
|