Commit Graph

1906 Commits

Author SHA1 Message Date
4645813ea8 Make clippy happy 2025-08-26 10:19:54 +02:00
fb68f1241c Dispatch the vector store based on the index version 2025-08-26 10:19:54 +02:00
f5f2f7c6f2 Make the VectorStore aware of the index version 2025-08-26 10:19:53 +02:00
6340412219 Expose Hannoy progress when upgrading 2025-08-26 10:19:53 +02:00
6e4dfa0168 First version of Hannoy dumpless upgrade 2025-08-26 10:19:52 +02:00
0d4b78a217 Integrate the hannoy progress 2025-08-26 09:44:23 +02:00
aef07f4bfa wip: Use Hamming when binary quantized 2025-08-26 09:44:23 +02:00
0b3f983d27 Always use at least an ef = 100 when searching 2025-08-26 09:44:23 +02:00
52d55ccd8e Switch to hannoy with support for deletions 2025-08-26 09:44:23 +02:00
6d92c94bb3 Add a missing cancelation call for hannoy 2025-08-26 09:44:23 +02:00
30110a0488 Reintroduce changing the distance from Cosine to Cosine binary quantized 2025-08-26 09:44:22 +02:00
47cee7e1ea Bump Hannoy's version 2025-08-26 09:44:22 +02:00
493d67ffd4 Increase efSearch from x2 to x10 2025-08-26 09:44:22 +02:00
2b2559016a Increase efConstruction from 48 to 125 2025-08-26 09:44:22 +02:00
6176b143bb remove-me: Introduce an env var to change the embeddings chunk size 2025-08-26 09:44:22 +02:00
e50f970ab8 Use a more feature-full Hannoy version 2025-08-26 09:44:21 +02:00
27550dafad Reintroduce arroy and support for dumpless upgrade from previous versions 2025-08-26 09:44:21 +02:00
a7cd6853db Rename the vector store const name and keep the vector-arroy db name 2025-08-26 09:44:21 +02:00
f51f7832a7 Rename the ArroyWrapper/HannoyWrapper into VectorStore 2025-08-26 09:44:21 +02:00
a38a57acb6 Use constants as the hannoy default parameters 2025-08-26 09:44:21 +02:00
affcaef556 Use Hannoy instead of arroy 2025-08-26 09:44:21 +02:00
062c9c6971 Fix links 2025-08-25 19:39:24 +02:00
a94a13c9b0 Merge pull request #5849 from meilisearch/tmp-v1.19
Prepare for v1.19 release
2025-08-25 07:03:27 +00:00
9dcdde592c Merge pull request #5729 from martin-g/5616-max-memory-in-container
Take into account the allowed max memory of the container
2025-08-21 14:43:32 +00:00
7de44ad2b7 Add v1.19 in index-scheduler and index upgrades 2025-08-21 16:37:35 +02:00
820854ba5c Update snapshots 2025-08-21 16:37:23 +02:00
6fb3cf95e4 Move EE files into EE modules 2025-08-19 14:50:42 +02:00
cbd2bdf0fa Fix snapshots 2025-08-19 14:50:42 +02:00
601785692f Remove erroneous untagged annotation 2025-08-19 14:50:42 +02:00
65c212d1fd camel case the fields in "origin" 2025-08-19 14:50:42 +02:00
85feb3a26c Rename Body::with_file 2025-08-19 14:50:42 +02:00
d550b90c60 Adjust timeouts 2025-08-19 14:50:42 +02:00
385acbbcd2 Don't always hardcode Content-Type in proxy 2025-08-19 14:50:41 +02:00
484dbf8c06 Update snap 2025-08-19 14:50:41 +02:00
9c6c0af076 Misc churn 2025-08-19 14:50:41 +02:00
e33fbcf7b2 Move meilisearch_types::Network to its own module 2025-08-19 14:50:41 +02:00
d352f33d16 Make types Serialize and Deserialize for proxying 2025-08-19 14:50:41 +02:00
3682b92ee8 New errors 2025-08-19 14:50:41 +02:00
ef10c1fb23 Dependency changes 2025-08-19 14:50:41 +02:00
bd97a7cc19 IndexScheduler::update_task now merges the task.network and accepts &mut Task 2025-08-19 14:50:41 +02:00
56c7f54804 IndexScheduler::set_task_network 2025-08-19 14:50:41 +02:00
15d34c33e8 file-store: persist returns the persisted File object 2025-08-19 14:50:40 +02:00
42ac869c5c Dump support for network 2025-08-19 14:50:40 +02:00
6e0152921f Proxy all document tasks to the network when sharding is enabled 2025-08-19 14:50:40 +02:00
069d25dce6 Shard documents 2025-08-19 14:50:40 +02:00
9929f798d3 network: add sharding to Network and writeApiKey to Remotes 2025-08-19 14:50:40 +02:00
80ff438402 Add proxy module to proxy requests to members of a network 2025-08-19 14:50:40 +02:00
e62a807b60 Add new milli::update:🆕:indexer::sharding module 2025-08-19 14:50:40 +02:00
907055ed08 Add network to Task and TaskView 2025-08-19 14:50:39 +02:00
a579ea2596 Remove useless code 2025-08-18 10:30:29 +02:00