|
3bc8f81abc
|
user_provided => regenerate
|
2024-06-12 18:12:20 +02:00 |
|
|
fca9fe39b3
|
Update test snapshots
|
2024-06-12 14:50:55 +02:00 |
|
|
e0eff08095
|
Merge #4685
4685: Fix ci tests r=dureuill a=ManyTheFish
# Pull Request
Make the all following CI succeed:
https://github.com/meilisearch/meilisearch/actions/runs/9477183091
## Related issue
Fixes #4629
## What does this PR do?
- Change the test behavior for `swedish-recomposition` feature flag
- Remove the `-v` parameter from grep
Co-authored-by: ManyTheFish <many@meilisearch.com>
Co-authored-by: Many the fish <many@meilisearch.com>
|
2024-06-12 07:58:33 +00:00 |
|
|
ee39309aae
|
Improve errors and introduce a new InvalidSearchDistinct error code
|
2024-06-11 16:03:39 -04:00 |
|
|
0d31be1494
|
Make the distinct work at search
|
2024-06-11 11:39:35 -04:00 |
|
|
3493093c4f
|
add a batch of tests
|
2024-06-11 16:03:54 +02:00 |
|
|
600e97d9dc
|
gate the retrieveVectors parameter behind the vectors feature flag
|
2024-06-10 18:26:12 +02:00 |
|
|
7559dfc814
|
Merge tag 'v1.8.2' into release-v1.9.0
|
2024-06-10 15:07:34 +02:00 |
|
|
50f8218a5d
|
Asynchronously drop permits
|
2024-06-10 10:19:57 +02:00 |
|
|
57d066595b
|
fix Tests almost all features
|
2024-06-06 17:24:50 +02:00 |
|
|
734d1c53ad
|
fix a panic in yaup
|
2024-06-06 16:31:07 +02:00 |
|
|
63dded3961
|
implements the new analytics for the get documents routes
|
2024-06-06 11:39:29 +02:00 |
|
|
2cdcb703d9
|
fix the deletion of vectors and add a test
|
2024-06-06 11:39:29 +02:00 |
|
|
6607875f49
|
add the retrieveVectors parameter to the get and fetch documents route
|
2024-06-06 11:39:29 +02:00 |
|
|
31a793d226
|
fix the regeneration of the embeddings in the search
|
2024-06-06 11:39:29 +02:00 |
|
|
d85ab23b82
|
rename all occurences of user_defined to user_provided for consistency
|
2024-06-06 11:39:29 +02:00 |
|
|
49fa41ce65
|
apply first round of review comments
|
2024-06-06 11:39:29 +02:00 |
|
|
400cf3eb92
|
add api error test on the new retrieveVectors parameter
|
2024-06-06 11:39:29 +02:00 |
|
|
376b3a19a7
|
makes clippy and fmt happy
|
2024-06-06 11:39:29 +02:00 |
|
|
d92c173fdc
|
update the new similar tests
|
2024-06-06 11:39:29 +02:00 |
|
|
6b29676e7e
|
update snapshots
|
2024-06-06 11:39:29 +02:00 |
|
|
caad40964a
|
implements the analytics
|
2024-06-06 11:39:29 +02:00 |
|
|
cc5dca8321
|
fix two bug and add a dump test
|
2024-06-06 11:39:29 +02:00 |
|
|
5d50850e12
|
always push the user defined vectors in arroy
|
2024-06-06 11:39:29 +02:00 |
|
|
04f6523f3c
|
expose a new parameter to retrieve the embedders at search time
|
2024-06-06 11:36:11 +02:00 |
|
|
98e062a714
|
Merge #4675
4675: Update actix-web 4.5.1 -> 4.6.0 r=dureuill a=dureuill
# Pull Request
- actix-web 4.5.1 -> 4.6.0
- actix-http 3.6.0 -> 3.7.0
- actix-web-static-files (commit 2d3b6160) -> 4.0.1
- tracing-actix-web 0.7.9 -> 0.7.10
- brotli 3.4.0 -> 6.0.0
## Related issue
Fixes #4625
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
|
2024-06-05 07:40:35 +00:00 |
|
|
8412665957
|
Update actix-web 4.5.1 -> 4.6.0
|
2024-06-04 09:54:30 +02:00 |
|
|
fc584f1db3
|
Merge #4666
4666: Add a score threshold search parameter r=ManyTheFish a=dureuill
# Pull Request
## Related issue
Fixes https://github.com/meilisearch/meilisearch/issues/4609
## What does this PR do?
- See [usage](https://meilisearch.notion.site/Filter-by-score-usage-224a183ce7b24ca99b6a9a8da755668a?pvs=25#95b76ded400342ba9ab3d67c734836f0) and [the known limitation](https://meilisearch.notion.site/Filter-by-score-usage-224a183ce7b24ca99b6a9a8da755668a?pvs=25#e4e32195bf0e4195b5daecdbb7a97a17)
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
|
2024-06-03 08:42:44 +00:00 |
|
|
2b6db6541e
|
Changes after review
|
2024-06-03 10:30:00 +02:00 |
|
|
d6bd88ce4f
|
Merge #4667
4667: Frequency matching strategy r=Kerollmops a=ManyTheFish
# Pull Request
## Related issue
Fixes #3773
## What does this PR do?
- add test for matching strategy
- implement frequency matching strategy
See the [PRD for more details](https://www.notion.so/meilisearch/Frequency-Matching-Strategy-0f3ba08833a442a39590a53a1505ab00).
[Public API](https://www.notion.so/meilisearch/frequency-matching-strategy-89868fb7fc584026bc56e378eb854a7f).
Co-authored-by: ManyTheFish <many@meilisearch.com>
|
2024-05-30 14:53:31 +00:00 |
|
|
c2fb7afe59
|
fmt
|
2024-05-30 12:06:46 +02:00 |
|
|
3f1a510069
|
Add tests and fix matching strategy
|
2024-05-30 12:02:42 +02:00 |
|
|
41976b82b1
|
Tests for ranking_score_threshold
|
2024-05-30 11:22:26 +02:00 |
|
|
c36410fcbf
|
Analytics for ranking score threshold
|
2024-05-30 11:22:12 +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 |
|
|
1ab88e10b9
|
Merge branch 'main' into merge-release-v1.8.1-in-main
|
2024-05-29 16:24:00 +02:00 |
|
|
6a4b2516aa
|
WIP
|
2024-05-29 16:21:24 +02:00 |
|
|
2cf3e1c80a
|
Temporarily ignore perform snapshot test under Windows
|
2024-05-29 12:42:47 +02:00 |
|
|
e1fbfde6c4
|
Merge branch 'main' into merge-release-v1.8.1-in-main
|
2024-05-29 11:31:03 +02:00 |
|
|
ca006e38ec
|
Basic tests
|
2024-05-28 15:28:19 +02:00 |
|
|
e26bd87780
|
Error tests for similar routes
|
2024-05-28 15:28:19 +02:00 |
|
|
c01e498a63
|
Test server can call similar
|
2024-05-28 15:28:19 +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 |
|
|
54b15059a0
|
Analytics changes
|
2024-05-28 15:27:43 +02:00 |
|
|
e172e938e7
|
add search rules directly takes the filter rather than the searchquery
|
2024-05-28 15:22:25 +02:00 |
|
|
02b3d82c60
|
filtered_universe accepts index and txn instead of SearchContext
|
2024-05-28 15:22:12 +02:00 |
|
|
487431a035
|
Fix tests
|
2024-05-27 16:12:20 +02:00 |
|
|
b6d450d484
|
Remove puffin experimental feature
|
2024-05-27 15:59:28 +02:00 |
|