db0cf3b2ed
Merge #4912
...
4912: Allow Meilitool to dumplessly, offline upgrade v1.9 -> v1.10 in some conditions r=Kerollmops a=dureuill
- bail early if the DB contains at least 1 REST embedder, providing the list of detected REST embedders, and without modifying the DB
- Might depend on the feature set that meilitool was compiled with and the featureset that the Meilisearch that created the DB was compiled with đź’€ . In case of runtime error, try again with a different feature set (passing or not passing `-p meilitool` when building after a `cargo clean`)
Co-authored-by: Louis Dureuil <louis@meilisearch.com >
2024-09-05 09:11:23 +00:00
ea96d19525
Change versioning in meili
2024-09-05 10:08:06 +02:00
de962a26f3
New error type when maxBytes is null
2024-09-03 12:01:04 +02:00
a918561ac1
Fix PR comments
2024-07-25 10:52:56 +02:00
70d71581ee
fix clippy
2024-07-25 10:52:56 +02:00
04fa44e7eb
Implement localized attributes settings
2024-07-25 10:51:27 +02:00
90c0a6db7d
Implement localized search
2024-07-25 10:51:27 +02:00
ea73615abf
Merge #4804
...
4804: Implements the experimental contains filter operator r=irevoire a=irevoire
# Pull Request
Related PRD: (private link) https://www.notion.so/meilisearch/Contains-Like-Filter-Operator-0d8ad53c6761466f913432eb1d843f1e
Public usage page: https://meilisearch.notion.site/Contains-filter-operator-usage-3e7421b0aacf45f48ab09abe259a1de6
## Related issue
Fixes https://github.com/meilisearch/meilisearch/issues/3613
## What does this PR do?
- Extract the contains operator from this PR: https://github.com/meilisearch/meilisearch/pull/3751
- Gate it behind a feature flag
- Add tests
Co-authored-by: Tamo <tamo@meilisearch.com >
2024-07-17 15:47:11 +00:00
2af9481804
Implements the experimental contains filter operator«
2024-07-17 11:13:37 +02:00
24240934f9
Improve errors when indexing documents with a user provided embedder
2024-07-16 13:39:01 +02:00
b9982587d4
Add new errors to meilisearch
2024-07-11 16:31:44 +02:00
6e80364c50
Apply review comments
2024-07-11 11:00:27 +02:00
01144b2c74
Make the edit documents by function route experimental
2024-07-10 16:29:18 +02:00
767553519d
Create errors for the HTTP route issues
2024-07-10 16:29:18 +02:00
aace587dd1
Create errors for the internal processing ones
2024-07-10 16:29:18 +02:00
bcd0c5f5a4
Support DocumentEdition in dumps
2024-07-10 16:29:17 +02:00
33fa17bf12
Support deleting documents with functions
2024-07-10 16:28:15 +02:00
400e6b93ce
Support user-provided context for documents edition
2024-07-10 16:28:15 +02:00
f32e6c32fc
Rename editionCode to function
2024-07-10 16:28:15 +02:00
efc156a4a4
Executing Lua works correctly
2024-07-10 16:27:36 +02:00
ba85959642
Support filtering the documents to edit with lua
2024-07-10 16:23:21 +02:00
1702b5cf44
Prepare for processing documents edition
2024-07-10 16:23:21 +02:00
1daaed163a
Make _vectors.:embedding.regenerate mandatory + tests + error messages
2024-06-27 11:04:58 +02:00
e580d6b98f
Merge #4693
...
4693: Introduce distinct attributes at search time r=irevoire a=Kerollmops
This PR fixes #4611 .
### To Do
- [x] Remove the `distinguishableAttributes` settings (not even a commit about that).
- [x] Use the `filterableAttributes` to be able to use the `distinct` parameter at search.
- [x] Work on the errors and make tests.
Co-authored-by: Clément Renault <clement@meilisearch.com >
Co-authored-by: Tamo <tamo@meilisearch.com >
2024-06-18 07:45:03 +00:00
ee39309aae
Improve errors and introduce a new InvalidSearchDistinct error code
2024-06-11 16:03:39 -04:00
6607875f49
add the retrieveVectors parameter to the get and fetch documents route
2024-06-06 11:39:29 +02:00
9eb6f522ea
wraps the index embedding config in a struct
2024-06-06 11:37:30 +02:00
04f6523f3c
expose a new parameter to retrieve the embedders at search time
2024-06-06 11:36:11 +02:00
84e498299b
Remove the vectors from the documents database
2024-06-06 11:36:11 +02:00
7ce2691374
Add ranking score threshold to similar API
2024-05-30 11:21:31 +02:00
c26db7878c
Expose rankingScoreThreshold in API
2024-05-30 10:32:35 +02:00
ca6cc4654b
Add similar route
2024-05-28 15:28:19 +02:00
3bd9d2478c
Add error codes
2024-05-28 15:27:43 +02:00
b6d450d484
Remove puffin experimental feature
2024-05-27 15:59:28 +02:00
8f7c8ca7f0
Remove now unused error variant
2024-05-22 12:23:43 +02:00
897d25780e
update milli to latest version
2024-05-16 18:31:32 +02:00
4d5971f343
Merge #4621
...
4621: Bring back changes from v1.8.0 into main r=curquiza a=curquiza
Co-authored-by: ManyTheFish <many@meilisearch.com >
Co-authored-by: Tamo <tamo@meilisearch.com >
Co-authored-by: meili-bors[bot] <89034592+meili-bors[bot]@users.noreply.github.com>
Co-authored-by: Clément Renault <clement@meilisearch.com >
2024-05-06 13:46:39 +00:00
dbcf50589b
Fix clippy
2024-04-25 10:36:10 +02:00
7468c1cf8d
Introduce WildcardSetting that are serialized as wildcards by default
2024-04-24 18:15:03 +02:00
ab43a8a949
chore: fix some typos in comments
...
Signed-off-by: writegr <wellweek@outlook.com >
2024-04-18 14:12:52 +08:00
78668584cd
Merge #4533
...
4533: Hide api key in settings and task queue r=dureuill a=dureuill
# Pull Request
See [Usage page](https://meilisearch.notion.site/v1-8-AI-search-API-usage-135552d6e85a4a52bc7109be82aeca42#117f5ff7b19f4d95bb3ae0005f6c6633 )
## Motivation
See [slack discussion (internal link)](https://meilisearch.slack.com/archives/C06GQP7FQ6P/p1709804022298749 )
## Changes
- The value of the `apiKey` parameter is now hidden in the settings and the details of the task queue.
Co-authored-by: Louis Dureuil <louis@meilisearch.com >
2024-03-28 16:02:53 +00:00
fa9748cc99
Merge #4536
...
4536: Limit concurrent search requests r=ManyTheFish a=irevoire
# Pull Request
## Related issue
Fixes https://github.com/meilisearch/meilisearch/issues/4489
## What does this PR do?
- Adds a « search queue » that limits the number of search requests we can process at the same time and stores search requests to be processed
- Process only one search request per core/thread (we use available_parallelism)
- When the search queue is full, new search requests replace old ones **randomly**. The reason is that:
- If we serve the oldest one first, like Typesense, we give the worst performances to everyone
- If we serve the latest one, it gets too easy to DoS us (you just need to fill the queue with as many search requests as we can process simultaneously to ensure no other request will ever be processed)
- By picking the search request randomly, we give a chance to recent search requests to be processed while ensuring that we can't be owned unless they fill our queue entirely and we start returning errors 5xx
- Adds an experimental parameter to control the size of the queue
- Adds a bunch of tests to ensure the search queue works correctly
- Ensure the loop consuming the search queue is running in the health route and crashes if it’s not the case
Co-authored-by: Tamo <tamo@meilisearch.com >
2024-03-28 15:01:52 +00:00
e2a1bbae37
simplify and improve the http error
2024-03-26 17:53:37 +01:00
c41e1274dc
push and test the search queue datastructure
2024-03-26 15:56:43 +01:00
f82d056072
Hide secrets in settings and task queue
2024-03-26 10:36:24 +01:00
dfa5e41ea6
Check validity of the URL setting
2024-03-25 11:23:16 +01:00
4369e9e97c
add an error code test on the setting
2024-03-19 11:14:28 +01:00
6a0c399c2f
rename the search_cutoff parameter to search_cutoff_ms
2024-03-19 10:35:47 +01:00
d1db495119
add a settings for the search cutoff
2024-03-19 10:28:23 +01:00
eb90f0b4fb
fix and remove the file-store hack of /dev/null
2024-02-26 10:19:07 +01:00