Commit graph

755 commits

Author SHA1 Message Date
Quentin de Quelen
068d251ac5
Merge b53f7eb79f into a88146d59e 2025-07-03 09:18:22 +12:00
Kerollmops
91e77abf4f
Bump the mini-dashboard to v0.2.20 2025-07-02 12:15:11 +02:00
Louis Dureuil
b93ca3945e
Merge pull request #5723 from meilisearch/fix-flaky-embedder-test
Fix flaky last_error test
2025-07-01 15:14:28 +00:00
Mubelotix
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
Mubelotix
d2776efb11
Fix flaky last_error test 2025-07-01 15:14:56 +02:00
Mubelotix
c078efd730
Remove experimental todo 2025-07-01 14:40:59 +02:00
Mubelotix
9dac91efe0
Fix utoipa response 2025-07-01 14:40:39 +02:00
Many the fish
e8b2bb3ea6
Merge pull request #5709 from meilisearch/analytics-chat-completions
Add analytics to the chat completions
2025-07-01 09:14:47 +00:00
Mubelotix
9cfbef478e
Add override setttings to analytics 2025-07-01 11:04:59 +02:00
Mubelotix
efd5fd96cc
Add the overrideSettings parameter 2025-07-01 11:02:42 +02:00
Clément Renault
f4bb6cbca8
Better behavior when null indexes 2025-06-30 18:59:16 +02:00
Clément Renault
85037352b9
Fix most of the easy issues 2025-06-30 18:31:32 +02:00
ManyTheFish
1b54c866e1 Link experimental feature discussion 2025-06-30 14:47:39 +02:00
ManyTheFish
6b2b8ed676 Transform experimental_no_edition_2024_for_settings into a config 2025-06-30 11:49:03 +02:00
ManyTheFish
6db5939f84 Re-integrate embedder stats 2025-06-30 09:52:06 +02:00
Quentin de Quelen
b53f7eb79f fix: Update test for fields route, index creation to handle None value 2025-06-29 01:12:42 +02:00
Quentin de Quelen
e34021c315 cargo format 2025-06-27 21:37:00 +02:00
Quentin de Quelen
1a2a711360 feat: Add endpoint to retrieve index fields
This commit introduces a new API endpoint `/indexes/{indexUid}/fields` that allows users to fetch all field names in an index, including nested fields. It also includes corresponding tests to validate the functionality, ensuring that the endpoint returns the correct fields for both empty and populated indexes, as well as handling errors for non-existent indexes.
2025-06-27 21:28:51 +02:00
Clément Renault
7fa1c41190
Fix some api key errors 2025-06-26 18:25:49 +02:00
ManyTheFish
82fe80b360 Replace the legacy Settings::execute by the new one 2025-06-26 18:14:14 +02:00
Clément Renault
0f1dd3614c
Update tasks tests 2025-06-26 18:11:12 +02:00
Louis Dureuil
3aa6c3c750
Merge pull request #5707 from Mubelotix/last_embedder_message
Add last embedder error in batches
2025-06-26 15:21:17 +00:00
Clément Renault
b956918c11
Fix clippy and more utoipa issues 2025-06-26 16:31:38 +02:00
Clément Renault
e3003c1609
Improve OpenAPI schema 2025-06-26 16:05:12 +02:00
Clément Renault
bf13268649
Better compute aggragates 2025-06-26 16:03:13 +02:00
Clément Renault
e6e9a033aa
Introduce new analytics to the export route 2025-06-26 15:45:24 +02:00
Kerollmops
63031219c5
Add the payload size to the parameters 2025-06-26 13:57:32 +02:00
Mubelotix
44d6430bae
Rename fields 2025-06-26 12:30:08 +02:00
Mubelotix
0f6dd133b2
Turn to references 2025-06-26 12:15:09 +02:00
Mubelotix
3fc16c627d
Comment the delay 2025-06-26 12:15:08 +02:00
Mubelotix
9422b6d654
Update crates/meilisearch/src/lib.rs
Co-authored-by: Louis Dureuil <louis.dureuil@gmail.com>
2025-06-26 10:58:27 +02:00
Many the fish
ddba52414a
Merge pull request #5702 from Nymuxyzo/fix/5688-reset-typo_tolerance-settings
Fix disableOnNumbers reset
2025-06-26 07:58:47 +00:00
Clément Renault
ee812b31c4
Support JSON value as filters 2025-06-25 15:27:09 +02:00
Clément Renault
3329248a84
Support no pattern when exporting 2025-06-25 15:27:09 +02:00
Clément Renault
e023ee4b6b
Working first implementation 2025-06-25 15:26:47 +02:00
Clément Renault
e74c3b692a
Introduce a new route to export documents and enqueue the export task 2025-06-25 15:26:46 +02:00
Mubelotix
1d3b18f774
Update test to be more reproducible 2025-06-25 14:58:21 +02:00
Clément Renault
00bc86e74b
Merge pull request #5705 from meilisearch/fix-max-total-size-limit-env-var
Fix the environment variable name of the experimental limit batched tasks total size feature
2025-06-25 12:49:30 +00:00
Kerollmops
adc9976615
Simplify the analytics chat completions aggragetor 2025-06-25 11:50:26 +02:00
Nymuxyzo
5f62274f21 Add disableOnNumbers to settings reset 2025-06-24 23:32:50 +02:00
Clément Renault
5f50fc9464
Add new analytics to the chat completions route 2025-06-24 17:05:49 +02:00
Clément Renault
89498a2bea
Remove Gemini from the LLM-providers list 2025-06-24 15:58:39 +02:00
Clément Renault
211c1b753f
Fix the env variable name 2025-06-24 15:27:39 +02:00
Mubelotix
bc4d1530ee Fix tests 2025-06-24 14:50:23 +02:00
Mubelotix
d7721fe607
Format 2025-06-24 12:20:22 +02:00
Mubelotix
4a179fb3c0
Improve code quality 2025-06-24 11:38:11 +02:00
Mubelotix
59a1c5d9a7
Make test more reproducible 2025-06-24 11:08:06 +02:00
Mubelotix
2f82d94502
Fix the test and simplify types 2025-06-23 18:55:23 +02:00
Tamo
bd2bd0f33b
Merge pull request #5697 from martin-g/documents-use-server-wait-task
tests: Use Server::wait_task() instead of Index::wait_task() in documents::
2025-06-23 16:33:21 +00:00
Tamo
e02733df4a
Merge pull request #5698 from martin-g/index-use-server-wait-task
tests: Use Server::wait_task() instead of Index::wait_task() in index::
2025-06-23 16:31:40 +00:00