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.14.2.tar.gz
(39.7 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.14.2.tar.gz.
File metadata
- Download URL: astrocyte_qdrant-0.14.2.tar.gz
- Upload date:
- Size: 39.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62ce0408a62ecfc1efa60f6be2c4c238ee6be52e362a2c4b668f935e2ea5178d
|
|
| MD5 |
af7626347ae1ae68c5780ed7f40f4121
|
|
| BLAKE2b-256 |
77b344d923b9286b591518b55c692bff313d1e658bb15518d95d047a5e355485
|
File details
Details for the file astrocyte_qdrant-0.14.2-py3-none-any.whl.
File metadata
- Download URL: astrocyte_qdrant-0.14.2-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 |
0585e2cb7c0567f81791a92f819f7099f5b15da6a8fff45e2e9596e91d018865
|
|
| MD5 |
2501045444ca95be65ff466dbf06f1c5
|
|
| BLAKE2b-256 |
12b185de7a74679e259223c7565771fc1ecc6382a80ff8c9fc7acfdfc05a3597
|