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.12.1.tar.gz
(39.0 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.12.1.tar.gz.
File metadata
- Download URL: astrocyte_qdrant-0.12.1.tar.gz
- Upload date:
- Size: 39.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bba20f7622737584d081151be36fb1f2800c109ad3b2fd3d4a014540b5ce0107
|
|
| MD5 |
406c5dae22b0b65ab7fdef3db3e1cd66
|
|
| BLAKE2b-256 |
b290de2e7ae108760604338fa118cb2a579d719351e6cc3159b9073a7f5f2dce
|
File details
Details for the file astrocyte_qdrant-0.12.1-py3-none-any.whl.
File metadata
- Download URL: astrocyte_qdrant-0.12.1-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 |
cc451ad824cd56cce06308ba05c775ac47df4e2f6414464173f2b80ba68a5f8a
|
|
| MD5 |
9db5078e1d72391629874f6817c58625
|
|
| BLAKE2b-256 |
d2d5de925ebcbff04b4970296a764a871ed58f379804a25cb98cb319a50c07cb
|