Commit Graph

230 Commits

Author SHA1 Message Date
7acac2f560 Revert "Fix license detection" 2025-08-26 08:51:07 +02:00
062c9c6971 Fix links 2025-08-25 19:39:24 +02:00
6fb3cf95e4 Move EE files into EE modules 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
e33fbcf7b2 Move meilisearch_types::Network to its own module 2025-08-19 14:50:41 +02:00
3682b92ee8 New errors 2025-08-19 14:50:41 +02:00
907055ed08 Add network to Task and TaskView 2025-08-19 14:50:39 +02:00
b0479eb996 make it work with the dump and dumpless upgrade 2025-08-13 09:54:34 +02:00
2bab375001 update the task details again 2025-08-13 09:54:32 +02:00
4068c58417 change the details of the tasks 2025-08-13 09:51:49 +02:00
ecea247e5d Provide a rename argument to the swap 2025-08-13 09:48:39 +02:00
ae2d0a67a4 Enhance index update functionality to support renaming by adding new_uid field. Update related structures and methods to handle the new index UID during updates, ensuring backward compatibility with existing index operations. 2025-08-13 09:48:39 +02:00
0f1c78b185 Add index rename feature 2025-08-13 09:48:39 +02: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
1ff6da63e8 Make errors singular 2025-08-05 16:58:25 +02:00
43c20bb3ed Add missing actions in from_repr
Co-Authored-By: Thomas Campistron <irevoire@hotmail.fr>
2025-08-05 10:39:52 +02:00
d340013d8b Change error name 2025-08-05 10:35:12 +02:00
ddfcacbb62 Add nice error message for users trying to set uuid or isEditable 2025-08-04 16:53:41 +02:00
3b0f576d56 Improve invalid uuid error message 2025-08-04 16:38:00 +02:00
737ad3ec19 Add new api key actions 2025-08-04 15:00:45 +02:00
29fb4d5e2a Add post webhook route 2025-07-31 12:27:12 +02:00
53397e28fc Replace name by uuid 2025-07-31 11:19:46 +02:00
3e77c1d8c8 Add reserved webhook 2025-07-30 15:23:06 +02:00
064d9d5ff8 Add dump support 2025-07-30 15:06:37 +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
5e867f7ce0 Add webhooks api key action 2025-07-29 16:47:20 +02:00
f6bc6854f8 Fix key action inconsistencies 2025-07-28 11:10:55 +02:00
f1d92bfead Make sure the new filter chat setting is set to it's default value if
missing
2025-07-17 15:36:21 +02:00
a005a062da Add security if chat settings parameters are missing 2025-07-17 15:27:53 +02:00
5d363205a5 Merge pull request #5716 from meilisearch/document-sorting
Allow sorting on the /documents route
2025-07-16 10:26:50 +00:00
48ad959fc1 Merge remote-tracking branch 'origin/release-v1.16.0' into document-sorting 2025-07-15 17:41:46 +02:00
0791506124 Fix some proposals 2025-07-15 17:10:45 +02:00
2a015ac3b8 Implement basic few shot prompting to improve the query capabilities 2025-07-15 14:50:10 +02:00
e654f66223 Support filtering 2025-07-15 11:49:47 +02:00
1a9dbd364e Fix some issues 2025-07-15 11:49:46 +02:00
662c5d9871 Introduce filters in the chat completions 2025-07-15 11:49:45 +02:00
9cee432255 Fix broken tests 2025-07-08 13:36:26 +02:00
ff8d48d2f1 Merge branch 'main' into default-key 2025-07-08 12:21:46 +02:00
a56c036994 Update crates/meilisearch-types/src/keys.rs
Co-authored-by: gui machiavelli <hey@guimachiavelli.com>
2025-07-08 12:18:52 +02:00
3f5b5df139 Check consistency of fragments 2025-07-02 11:36:50 +02:00
c1a132fa06 multimodal experimental feature 2025-07-02 00:05:13 +02:00
46bceb91f1 New search errors 2025-07-02 00:05:12 +02:00
41620d5325 Support indexingFragments and searchFragments in settings 2025-07-02 00:05:12 +02:00
8fef48f8ca Merge pull request #5670 from meilisearch/export-and-transfer-route
Introduce a new route to export indexes
2025-07-01 14:37:02 +00:00
37a692f942 Keep IndexUidPattern 2025-07-01 14:47:43 +02:00
8419fd9b3b Ditch usage of check_sort_criteria 2025-07-01 13:42:38 +02:00
283944ea89 Differentiate between document sort error and search sort error 2025-07-01 12:03:50 +02:00
259fc067d3 Count exported documents by index name, not pattern 2025-07-01 11:14:59 +02:00