Commit Graph

387 Commits

Author SHA1 Message Date
8cdf65bbbc Add new progress steps 2025-08-11 12:57:28 +02:00
05c0b6ee6e Fix mistake 2025-08-08 16:04:10 +02:00
1cb9816f44 Optim J: Use iterator on batch reader 2025-08-08 15:43:34 +02:00
6f8d788aa8 Optim I: read batches before writing 2025-08-08 15:30:15 +02:00
6a99c5b2f3 Optim H: Remove batches in iterator 2025-08-08 15:07:48 +02:00
cb36257537 Rename variable 2025-08-08 15:07:35 +02:00
ba0f0c3c30 Optim G: Use the datetime delete function on batches 2025-08-08 14:55:24 +02:00
39eebac7e5 Optim F - Delay wtxn 2025-08-08 14:36:07 +02:00
4c61d3a939 Optim E 2025-08-08 13:06:48 +02:00
eb8ff31513 Make it more idiomatic 2025-08-08 12:56:49 +02:00
418730ef73 Optim D 2025-08-08 12:24:47 +02:00
9a29a7790b Optim C 2025-08-08 11:57:20 +02:00
14cb1bbbfb Optimization B
Speeds up the subtask "deleting batches" by 9%
2025-08-08 11:32:17 +02:00
31c4215ad2 Add debug assertion 2025-08-08 11:25:06 +02:00
ff68802ffc Optimization A
Speeds up the "deleting tasks" subtask by 23%
2025-08-08 11:24:04 +02:00
4ae43eb51a Optimize code 2025-08-07 10:20:10 +02:00
498b0b1419 Optimization 2025-08-06 12:33:53 +02:00
7e3f2ab0c6 Merge pull request #5785 from meilisearch/webhook-api
Webhook api
2025-08-05 18:10:00 +00:00
899be9c3ff make sure we NEVER ever write the cli defined webhook to the database or dumps 2025-08-05 18:55:32 +02:00
3f1e172c6f fix race condition: take the rtxn before entering the thread so we're sure we won't try to retrieve deleted tasks 2025-08-05 16:47:35 +02:00
c4e7bf2e60 Stabilize STARTS WITH filter 2025-08-05 12:14:25 +02:00
4f6a48c327 Stop storing the cli webhook in the db 2025-08-05 11:44:53 +02:00
84651ffd7d Remove hardcoded buffer size
Co-Authored-By: Thomas Campistron <irevoire@hotmail.fr>
2025-08-05 10:41:28 +02:00
8a44d9faef Merge branch 'main' into webhook-api 2025-08-05 10:32:36 +02:00
cac884401f Merge pull request #5800 from meilisearch/tmp-release-v1.16.0
Bring back changes to main
2025-08-04 16:34:24 +00:00
7251cccd03 Make notify_webhooks execute in its own thread 2025-08-04 17:13:05 +02:00
8dfebbb3e7 Fix tests 2025-08-04 15:37:12 +02:00
ed147f80ac Add test and fix bug 2025-07-31 16:45:30 +02:00
064d9d5ff8 Add dump support 2025-07-30 15:06:37 +02:00
93f8b31eec Fix tests 2025-07-30 12:52:01 +02:00
466e1a7aac Support legacy cli arguments 2025-07-30 12:25:59 +02:00
cc37eb870f Initial implementation 2025-07-30 12:01:40 +02:00
1f18f0ba77 Update little tiny comments 2025-07-23 14:33:58 +02:00
44b24652d2 Change strategy to remove task instead of marking it succeeded 2025-07-23 14:30:25 +02:00
5dcf79233e Remove useless parameter
Co-Authored-By: Tamo <tamo@meilisearch.com>
2025-07-23 11:30:39 +02:00
6394efc4c2 Turn dirty fix into beautiful fix 2025-07-22 15:17:26 +02:00
9716834380 Initial fix 2025-07-22 14:31:42 +02:00
080d5f94dd Merge pull request #5763 from meilisearch/embedding-fixes
Regenerate all fragments when coming from a user provided vector
2025-07-22 08:35:07 +00:00
6dc241f9de Fix tests 2025-07-21 15:11:24 +02:00
3246667590 when exporting vectors, for regenerate to false when the embedder has fragments 2025-07-21 15:11:24 +02:00
bdc2d1e64d Move the edition 2024 dump parameter to the right place 2025-07-21 14:50:05 +02:00
b85657de1e Update memmap2 version everywhere 2025-07-17 17:30:44 +02:00
626be0ef28 Small typo fix
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2025-07-17 17:27:00 +02:00
a1b42c10e2 Make clippy happy 2025-07-17 17:21:03 +02:00
fe15e11c9d Introduce a new CLI and env var to use the old document indexer when
importing dumps
2025-07-17 17:12:51 +02:00
aa09edb3fb Fix errors being silently dropped 2025-07-11 12:27:03 +02:00
3f42f1a036 Get rid of bearer 2025-07-11 12:27:03 +02:00
9bdfdd395b Fix document step overflowing 2025-07-11 12:27:03 +02:00
78d0625a91 Decrease default payload size for exports 2025-07-11 12:27:03 +02:00
ced7ea4a5c Merge pull request #5731 from meilisearch/chat-route-support-dumps
Export and import chat completions workspace settings in dumps
2025-07-07 08:31:41 +00:00