Module swiftide_core::querying::search_strategies
source · Structs§
- A hybrid search strategy that combines a similarity search with a keyword search / sparse search.
- Builder for
HybridSearch. - A very simple search where it takes the embedding on the current query and returns
top_kdocuments.
Enums§
- Error type for HybridSearchBuilder