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.2.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.2.tar.gz.
File metadata
- Download URL: astrocyte_qdrant-0.12.2.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 |
6b9bc506f69ca329c161583be74e87f6183180187ecccd5a59c0676b7ec621a1
|
|
| MD5 |
c75dbc10fd41242d24a004d684e1a7f7
|
|
| BLAKE2b-256 |
4ae918a8f57e5854d33f6057108a817fe3b41465bd45b8dec442f0b8425f92e0
|
File details
Details for the file astrocyte_qdrant-0.12.2-py3-none-any.whl.
File metadata
- Download URL: astrocyte_qdrant-0.12.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 |
3006dbc9ff1ec0727cbc0e69343ba5fb7d6875b1769fd083fd59e62ffd5dcba2
|
|
| MD5 |
874b2a813784bbd135fb6d3ecaf7d16a
|
|
| BLAKE2b-256 |
5c56b062a8e86b181950297bfac9274ae37a48714abad77bc0a444e757d35a60
|