MeiliSearch/meilisearch/tests
meili-bors[bot] e9bf4c43a4
Merge #4649
4649: Don't store the vectors in the documents database r=dureuill a=irevoire

# Pull Request

## Related issue
Fixes https://github.com/meilisearch/meilisearch/issues/4607

## What does this PR do?
- Ensure that anything falling under `_vectors` is NOT searchable, filterable or sortable
- [x] per embedder, add a roaring bitmap of documents that provide "userProvided" embeddings
- [x] in the indexing process in extract_vector_points, set the bit corresponding to the document depending on the "userProvided" subfield in the _vectors field.
- [x] in the document DB in typed chunks, when writing the _vectors field, remove all keys corresponding to an embedder

Co-authored-by: Tamo <tamo@meilisearch.com>
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2024-06-17 12:32:03 +00:00
..
assets Change the naming of attributeScale and wordScale into byAttribute and byWord 2023-12-14 16:31:00 +01:00
auth move the /logs route to the /logs/stream route 2024-02-08 15:04:05 +01:00
common fix a panic in yaup 2024-06-06 16:31:07 +02:00
dashboard Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
documents Update tests 2024-06-12 18:13:34 +02:00
dumps Update tests 2024-06-12 18:13:34 +02:00
features Fix tests 2024-05-27 16:12:20 +02:00
index rename the cli parameter 2024-02-21 14:33:40 +01:00
logs add support for the json format in the stream route 2024-02-14 15:34:39 +01:00
search Merge #4649 2024-06-17 12:32:03 +00:00
settings Fix tests 2024-05-27 16:12:20 +02:00
similar Update tests 2024-06-12 18:13:34 +02:00
snapshot Temporarily ignore perform snapshot test under Windows 2024-05-29 12:42:47 +02:00
stats refactor the tests suite slightly 2023-09-11 16:56:26 +02:00
swap_indexes refactor the tests suite slightly 2023-09-11 16:56:26 +02:00
tasks add the content type in the webhook + improve the test 2024-03-05 11:22:29 +01:00
vector - test case where all vectors were generated 2024-06-13 17:16:41 +02:00
content_type.rs refactor the tests suite slightly 2023-09-11 16:56:26 +02:00
integration.rs fix the deletion of vectors and add a test 2024-06-06 11:39:29 +02:00