Add composite test

This commit is contained in:
Mubelotix
2025-07-07 16:50:39 +02:00
parent 073e9f2967
commit 3261aadcf2
2 changed files with 104 additions and 7 deletions

View File

@ -85,7 +85,7 @@ impl Embedder {
index.dimensions(),
));
}
// check similarity
if skip_similarity_check {
return Ok(Self { search, index });