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.8.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.8.tar.gz.
File metadata
- Download URL: astrocyte_qdrant-0.7.8.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 |
6f3a712d472d7750d1ff2859ce0858e15b038d9d4b867f4de3e8b219a2d7218e
|
|
| MD5 |
456537439093ec0461c9b4a356dc23f0
|
|
| BLAKE2b-256 |
567670247931941d8dd155501595a8209aefb1b69acb04a7afe06616e096147f
|
File details
Details for the file astrocyte_qdrant-0.7.8-py3-none-any.whl.
File metadata
- Download URL: astrocyte_qdrant-0.7.8-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 |
2cf62262f3a003d1a838313866a0176b39cdda7e1bd1e3cf5c1d62113952677c
|
|
| MD5 |
8bf6aa4b8f045274cdde3b26846ce22c
|
|
| BLAKE2b-256 |
f5bbdac8d6747f9324498d251540e71f7f15fa5db40183b33db6c7b202c084bc
|