Rig-Qdrant
Vector store index integration for Qdrant. This integration supports dense vector retrieval using Rig's embedding providers. It is also extensible to allow all hybrid queries supported by Qdrant.
Installation
[]
= "0.2.5"
= "0.36.0"
The root rig facade also exposes this crate behind the qdrant feature.
Examples
See examples/qdrant_vector_search.rs
for an end-to-end example using a Qdrant collection with a Rig embedding model.
Filtered searches use the crate-level QdrantFilter type:
use ;
use QdrantFilter;
let req = builder
.query
.samples
.filter
.build;