522 Commits

Author SHA1 Message Date
Tamo
acf8471f32
add the upgradeTo field in the details 2025-01-23 01:52:08 +01:00
Tamo
bfb57b22db
fix the early exit when rewriting a batch 2025-01-23 01:21:50 +01:00
Tamo
c35d7bf5f8
reintroduce the unrecoverable error and use it where its supposed to be used 2025-01-23 00:53:12 +01:00
Tamo
a475ea7619
add the version to the index-scheduler snapshots + fix a bug when opening an index scheduler for the first time 2025-01-23 00:39:28 +01:00
Tamo
7dba0eb5f5
add the version in the index-scheduler 2025-01-23 00:25:39 +01:00
Tamo
27d04d7932
remove the empty progress made for the upgrade database 2025-01-22 16:22:57 +01:00
Tamo
8acdf0e1dd
commit the index wtxn before the index-scheduler wtxn 2025-01-22 16:21:00 +01:00
Tamo
0b26517b55
improve the index-scheduler tests 2025-01-22 16:12:18 +01:00
Tamo
a256021f3e
fix the details in all cases 2025-01-22 16:12:18 +01:00
Tamo
27103263f7
expose the number of database in the index-scheduler and rewrite the lib.rs to use the value provided in the options instead of a magic number 2025-01-22 15:27:47 +01:00
Tamo
ad18b02d5e
apply all the comments changes 2025-01-22 15:27:47 +01:00
Tamo
13a951a8b4
fix warning 2025-01-21 17:09:14 +01:00
Tamo
44b9a6b8f2
update the snapshots after the rebase 2025-01-21 17:05:33 +01:00
Tamo
30a9585541
update the cli url 2025-01-21 16:54:29 +01:00
Tamo
7d5649649b
fmt 2025-01-21 16:54:29 +01:00
Tamo
ef4e2bb709
remove warnings 2025-01-21 16:54:29 +01:00
Tamo
1af895bdfb
fix the upgrade test 2025-01-21 16:54:29 +01:00
Tamo
87a0367524
write a test ensuring the index-scheduler is effectively down when the upgrade task fail and try to process it when it restarts. There is a bug when deleting this task 2025-01-21 16:54:29 +01:00
Tamo
ccacdf212c
fix the field distribution when upgrading from the v1_12 2025-01-21 16:54:29 +01:00
Tamo
653ae387e4
update the test with the stats 2025-01-21 16:54:29 +01:00
Tamo
d76c752c7e
add a large test importing a data.ms from the v1.12.0 2025-01-21 16:54:29 +01:00
Tamo
7f8ee6657a
starts adding tests and fix the starts of meilisearch 2025-01-21 16:54:29 +01:00
Tamo
acebf68261
move the version check to the task queue 2025-01-21 16:54:29 +01:00
Tamo
002f332ce5
fix bugs after rebase 2025-01-21 16:54:29 +01:00
Tamo
c21e6f7469
Add the new tasks with most of the job done 2025-01-21 16:54:29 +01:00
meili-bors[bot]
0776217801
Merge #5234
5234: Parse ollama URL to adapt configuration depending on the endpoint r=Kerollmops a=dureuill

# Pull Request

## Related issue
Fixes #5002 

## What does this PR do?
- Parses `url` parameter of `ollama` to recognize supported endpoint and adapt the REST configuration to the recognized endpoint
- Throws a new error if no endpoint is recognized
- Add a test for the various recognized endpoints


Thanks to `@Guikingone` for the original report and PR

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2025-01-20 09:51:42 +00:00
meili-bors[bot]
c85146524b
Merge #5232
5232: Stabilize vector store feature r=Kerollmops a=dureuill

# Pull Request

## Related issue
Fixes #4733 

## What does this PR do?
- `vectorStore` feature can no longer be set or get from `/experimental-features`
- That feature has been removed, and there is no longer any check for its activation
- Always display `embedders` in the settings, even if empty
- Always hide `_vectors` in documents, unless `retrieveVectors: true`
- Make error codes consistent with the usual nomenclature
- Update tests as needed


Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2025-01-16 11:50:21 +00:00
Tamo
445e5aff02
fix the corruption 2025-01-15 12:38:40 +01:00
Tamo
234d0c360f
Add a test reproducing the issue 2025-01-15 12:29:56 +01:00
Louis Dureuil
89a4ac92eb
fix after rebase 2025-01-14 14:08:56 +01:00
Louis Dureuil
deb90ff573
Fix tests 2025-01-14 13:55:34 +01:00
Louis Dureuil
0c10063a87
PATCH experimental-features also returns the route type rather than internal type 2025-01-14 13:55:34 +01:00
Louis Dureuil
87ea080c10
Fully remove vector store feature 2025-01-14 13:55:34 +01:00
Louis Dureuil
6d62fa061b
Fix tests 2025-01-14 13:55:34 +01:00
Louis Dureuil
de6cd3ac01
Consistent error codes 2025-01-14 13:55:34 +01:00
Louis Dureuil
cb8f033130
Fix tests 2025-01-14 13:55:34 +01:00
Louis Dureuil
03097e65e8
Always display embedders setting 2025-01-14 13:55:34 +01:00
Louis Dureuil
c32bec338f
Fix tests 2025-01-14 13:55:33 +01:00
Louis Dureuil
73d3d286d9
Serialize features as camelCase 2025-01-14 13:53:53 +01:00
Louis Dureuil
29eeb84ce3
Add --experimental-disable-vector-store CLI flag 2025-01-14 13:53:53 +01:00
Louis Dureuil
d78951feb7
vectorStore stabilization
- `vectorStore` feature is always enabled
- `vectorStore` can no longer be set in the `/experimental-features` PATCH route
- `vectorStore` status is no longer returned in the `/experimental-features` GET route
2025-01-14 13:53:53 +01:00
Kerollmops
63c8cbae5b
Improve the panic message when deleting an unknown entry 2025-01-14 10:31:44 +01:00
Louis Dureuil
72ded27e98
Update after review 2025-01-14 10:24:50 +01:00
Louis Dureuil
c25781f720
Skip rebuilding field distribution if not coming from v1.12 2025-01-14 10:24:28 +01:00
Louis Dureuil
c3b18fede9
write stats after rebuilding facet distribution 2025-01-14 10:24:27 +01:00
Louis Dureuil
4070895a21
Add support to upgrade to v1.12.3 in meilitool 2025-01-14 10:24:27 +01:00
Louis Dureuil
a21711f473
Fix test 2025-01-14 10:23:59 +01:00
Louis Dureuil
f0ec8cbffe
Add currently failing test 2025-01-14 10:23:15 +01:00
meili-bors[bot]
e568dbbabb
Merge #5182
5182: Remove hard coded task ids to prevent flaky tests r=irevoire a=mhmoudr

# Pull Request

## Related issue
Fixes partial #4840

## What does this PR do?
- Mainly scan the test code for any hard coded task Id and replace it by the returned task Id once the action or task is performed on an index.
- PS: _PR is not split by files as it has one theme applied to all tests which make it easy to review_ 


## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Mahmoud Rawas <mhmoudr@gmail.com>
Co-authored-by: Tamo <tamo@meilisearch.com>
2025-01-13 15:18:55 +00:00
Tamo
8ff15b3dfb
fix the tests 2025-01-13 16:17:50 +01:00