Skip to main content

Module qdrant_ops

Module qdrant_ops 

Source
Expand description

Low-level Qdrant operations shared across crates.

QdrantOps is the single point of contact with the qdrant-client crate. All higher-level stores (crate::embedding_store::EmbeddingStore, crate::embedding_registry::EmbeddingRegistry) route through this type.

Structsยง

QdrantOps
Thin wrapper over Qdrant client encapsulating common collection operations.