WIP multi embedders

fixed template bugs
This commit is contained in:
Louis Dureuil
2023-12-12 21:19:48 +01:00
parent abbe131084
commit 922a640188
20 changed files with 438 additions and 158 deletions

View File

@ -516,7 +516,7 @@ pub fn execute_vector_search(
) -> Result<PartialSearchResult> {
check_sort_criteria(ctx, sort_criteria.as_ref())?;
/// FIXME: input universe = universe & documents_with_vectors
// FIXME: input universe = universe & documents_with_vectors
// for now if we're computing embeddings for ALL documents, we can assume that this is just universe
let ranking_rules = get_ranking_rules_for_vector(
ctx,