Skip to main content

Module qdrant

Module qdrant 

Source
Expand description

Qdrant AsyncVectorIndex (feature qdrant). Qdrant AsyncVectorIndex (qdrant feature).

QdrantVectorIndex implements AsyncVectorIndex over the official qdrant-client. It is the async counterpart to the in-memory VectorIndex — remote vector services are async-only and naturally shared, so they cannot implement the synchronous VectorIndex.

Structs§

QdrantVectorIndex
Async vector index backed by a Qdrant collection.