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.14.0.tar.gz
(39.7 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.14.0.tar.gz.
File metadata
- Download URL: astrocyte_qdrant-0.14.0.tar.gz
- Upload date:
- Size: 39.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0dde88052bd4fa38f6fa2183d6de435ac82b99c9fa2c487d34feb62c41ec054
|
|
| MD5 |
65ff9fd9ec1261ab5cb80dcc55058e65
|
|
| BLAKE2b-256 |
421cefec9a000878d65cdfc5a682d6ed55b37232f13cc5337847e5948066c817
|
File details
Details for the file astrocyte_qdrant-0.14.0-py3-none-any.whl.
File metadata
- Download URL: astrocyte_qdrant-0.14.0-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 |
795dd7d36b1573680597be1bf362deca47abbb3cb9c35848eb4724c1aa21fe87
|
|
| MD5 |
ef07ca3e782a0482b652d848e38f27d4
|
|
| BLAKE2b-256 |
aa345fd74eb69a5cb0bd6f5eb45a73db1c4ce279ada5f20646916044d18c7e8a
|