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.7.6.tar.gz
(38.5 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.7.6.tar.gz.
File metadata
- Download URL: astrocyte_qdrant-0.7.6.tar.gz
- Upload date:
- Size: 38.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43634e56bd470786d592f89ecf03b19ec37d662adb48b137ba16ad7e0dad14c3
|
|
| MD5 |
826867642daafbd6e0631069998c7504
|
|
| BLAKE2b-256 |
2f50e8c16cc7070f3e15f127c5ecf8e5b2afdb681b84e7f6827158a62aee9fa7
|
File details
Details for the file astrocyte_qdrant-0.7.6-py3-none-any.whl.
File metadata
- Download URL: astrocyte_qdrant-0.7.6-py3-none-any.whl
- Upload date:
- Size: 4.3 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 |
f1533335b947ced64f67cc1ae926c1c1a64589b86f6105b2a8bfdf2b3c05ea07
|
|
| MD5 |
4377e5d20538020a461eb0996305f089
|
|
| BLAKE2b-256 |
8ed31ed9a703d940c399e5625bed3390cf51741ccd5e135ad896a7f8cea35de2
|