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.7.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.7.tar.gz.
File metadata
- Download URL: astrocyte_qdrant-0.7.7.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 |
206d3ed96c25ed0d381ef16f95471cf413a8fb8c4b8ed62a22febed29769e681
|
|
| MD5 |
fbdf54e3dc4179b5ab3c18138fc66e07
|
|
| BLAKE2b-256 |
fb8df766e4bffa66c6a664dd218c77c5cd2a833e6eb9fbf4d969635d9c4316e2
|
File details
Details for the file astrocyte_qdrant-0.7.7-py3-none-any.whl.
File metadata
- Download URL: astrocyte_qdrant-0.7.7-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 |
fa92ab6508c2a354bd7495ff507019ff8445088175cf55a750a56badf1c5a66c
|
|
| MD5 |
91b4579a6ba753a561ae74c58df60207
|
|
| BLAKE2b-256 |
1638cfc53c7f4757a4aaf93d544310dd73691df26381acd01c0b2027943c07fa
|