Skip to main content

Crate rig_qdrant

Crate rig_qdrant 

Source
Expand description

Qdrant vector store integration for Rig.

This crate provides QdrantVectorStore, a Rig vector store index backed by Qdrant collections. It supports dense vector search and Qdrant filter expressions through QdrantFilter.

The root rig facade re-exports this crate as rig::qdrant when the qdrant feature is enabled.

Structsยง

QdrantFilter
Qdrant-compatible metadata filter for vector search requests.
QdrantVectorStore
Represents a vector store implementation using Qdrant - https://qdrant.tech/ as the backend.