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.3.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.3.tar.gz.
File metadata
- Download URL: astrocyte_qdrant-0.7.3.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 |
9fb2a42558436f2ccec9c7ac7c4f364f35940581d398598b4b927e5d51df4452
|
|
| MD5 |
ba4c6a58a38690cf296e04f5c5c7bbf2
|
|
| BLAKE2b-256 |
a7094c94161d0ea18adaf77ac6f37caeef03e51e4a0307296f462f8f64a7037b
|
File details
Details for the file astrocyte_qdrant-0.7.3-py3-none-any.whl.
File metadata
- Download URL: astrocyte_qdrant-0.7.3-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 |
8fd7217f0809ec4893c009052f08a179914eb503afcbd331796ccd09a8d55aab
|
|
| MD5 |
7ca0dd64a3f1b355dd7cc06c8ccd2d87
|
|
| BLAKE2b-256 |
b86de657cec64c578544572db9691450921155fd8aca4ad6c7090cc8a0096e7d
|