You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Module related to [similar queries](https://www.meilisearch.com/docs/learn/ai_powered_search/retrieve_related_search_results#return-similar-documents).
253
+
pubmod similar;
252
254
/// Module containing the [snapshots](snapshots::create_snapshot)-feature.
253
255
pubmod snapshots;
254
256
/// Module representing the [`TaskInfo`](task_info::TaskInfo)s.
@@ -261,9 +263,6 @@ mod tenant_tokens;
261
263
/// Module containing utilizes functions.
262
264
mod utils;
263
265
264
-
/// Module related to similar queries and results.
0 commit comments