Add similar route

This commit is contained in:
Louis Dureuil 2024-04-09 12:03:40 +02:00
parent 3bd9d2478c
commit ca6cc4654b
No known key found for this signature in database
9 changed files with 620 additions and 128 deletions

View file

@ -63,6 +63,7 @@ pub use self::heed_codec::{
};
pub use self::index::Index;
pub use self::search::facet::{FacetValueHit, SearchForFacetValues};
pub use self::search::similar::Similar;
pub use self::search::{
FacetDistribution, Filter, FormatOptions, MatchBounds, MatcherBuilder, MatchingWords, OrderBy,
Search, SearchResult, SemanticSearch, TermsMatchingStrategy, DEFAULT_VALUES_PER_FACET,