IQdrantSearchService
IQdrantSearchService interface documentation
IQdrantSearchService
Purpose: Interface for performing searches in Qdrant vector database
Namespace: SmartRAG.Interfaces.Storage.Qdrant
Vector, text, and hybrid search capabilities for Qdrant.
Methods
Task<List<DocumentChunk>> SearchAsync(List<float> queryEmbedding, int maxResults);
Task<List<DocumentChunk>> FallbackTextSearchAsync(string query, int maxResults);
Task<List<DocumentChunk>> HybridSearchAsync(string query, int maxResults);
Related Interfaces
- Service Interfaces - Browse all service interfaces
- API Reference - Back to API Reference index