Tamo
fa00b42c93
fix the missing batch in the dumps in meilisearch and meilitools
2025-02-11 11:14:49 +01:00
Kerollmops
7d0d8f4445
Make the feature experimental
2025-02-10 16:11:32 +01:00
Kerollmops
491d115c3c
Change the route to get the task documents
2025-02-10 14:55:07 +01:00
Kerollmops
55fa2dda00
Update the Open API example
2025-02-10 14:52:48 +01:00
Kerollmops
c71eea8023
Improve error message when update file has been processed
2025-02-10 14:33:01 +01:00
Kerollmops
df40533741
Expose a route to get the update file content of a task
2025-02-10 14:05:32 +01:00
meili-bors[bot]
0c3e7fe963
Merge #5316
...
5316: Fix the dumpless upgrade corruption r=dureuill a=irevoire
# Pull Request
## Related issue
Fixes https://github.com/meilisearch/meilisearch/issues/5280
## What does this PR do?
- Add a test that ensure we write the version in the index-scheduler even if we have a bug while writing the VERSION file
- Do what was described in the issue
Co-authored-by: Tamo <tamo@meilisearch.com>
2025-02-10 09:53:57 +00:00
Louis Dureuil
70aac71c63
exclude network time from processingMs
2025-02-06 17:18:36 +01:00
Tamo
628119e31e
fix the dumpless upgrade potential corruption when upgrading from the v1.12
2025-02-05 18:08:50 +01:00
Louis Dureuil
1b81cab782
Add more analytics
2025-02-05 15:03:32 +01:00
Louis Dureuil
0b27aa5138
Multi search reads header to know if it is being proxied
2025-02-05 15:03:32 +01:00
Louis Dureuil
35160788d7
Proxy search requests
2025-02-05 15:03:32 +01:00
Louis Dureuil
c3e5c3ba36
Allow rebuilding a SearchQueryWithIndex from its components
2025-02-05 15:03:16 +01:00
Louis Dureuil
9996533364
Make search types serialize and deserialize so that reading from a proxy is possible
2025-02-05 15:03:16 +01:00
Louis Dureuil
3f6b334fc5
Route network
2025-02-05 15:03:16 +01:00
Louis Dureuil
e34afca6d7
Support network in dumps
2025-02-05 15:03:16 +01:00
Louis Dureuil
4918b9ffb6
Network stored in DB
2025-02-05 15:03:15 +01:00
Louis Dureuil
7ae6dda03f
Add new experimental feature
2025-02-05 15:01:04 +01:00
meili-bors[bot]
00e764b0d3
Merge #5314
...
5314: Activate used database size r=irevoire a=ManyTheFish
# Pull Request
make the `/stats` route return the `usedDatabaseSize` corresponding to the size used to store the "real" data in the database and not the disk size used by LMDB
Co-authored-by: ManyTheFish <many@meilisearch.com>
2025-02-05 12:51:57 +00:00
ManyTheFish
4abf0db0b4
Activate used database size
2025-02-05 13:45:47 +01:00
Tamo
61e8cfd4bc
Send the OSS analytics once per day instead of once per hour
2025-02-04 15:39:00 +01:00
Tamo
b9e9fc376a
add the version in the index-scheduler
2025-01-23 16:51:22 +01:00
Tamo
e41ebd3047
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-23 16:51:21 +01:00
Tamo
705d31e8bd
apply all the comments changes
2025-01-23 16:51:21 +01:00
Tamo
bf96fdb858
update the cli url
2025-01-23 16:51:20 +01:00
Tamo
102681e384
starts adding tests and fix the starts of meilisearch
2025-01-23 16:51:18 +01:00
Tamo
d3654906bf
Add the new tasks with most of the job done
2025-01-23 16:48:32 +01:00
Louis Dureuil
89a4ac92eb
fix after rebase
2025-01-14 14:08:56 +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
de6cd3ac01
Consistent error codes
2025-01-14 13:55:34 +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
Tamo
c9fb6c48b8
Update crates/meilisearch/src/routes/features.rs
...
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2025-01-13 13:43:38 +01:00
Tamo
0de34aa8fa
avoid generating the same operationId
2025-01-13 12:36:22 +01:00
Tamo
6bfcad4b05
Add the server property
2025-01-13 12:13:39 +01:00
Tamo
67a0c9fff8
remove trailing slash in path
2025-01-13 11:55:59 +01:00
Tamo
5c7fa9b924
fix the examples of the experimental-feature route
2025-01-13 11:40:57 +01:00
meili-bors[bot]
42854c0bca
Merge #5223
...
5223: Limit batched tasks total size r=curquiza a=Kerollmops
Introduce a new engine parameter (env and config, too) to limit the maximum payload size processed by the engine in batches. You can [review the Discussion and usage on GitHub](https://github.com/orgs/meilisearch/discussions/801 ).
Co-authored-by: Clément Renault <clement@meilisearch.com>
2025-01-09 16:13:17 +00:00
Clément Renault
d0bdff7b7b
Make the batched tasks size limit effectively work
2025-01-09 12:06:28 +01:00
Clément Renault
8650ee66c1
Introduce the new experimental-limit-batched-tasks-total-size argument
2025-01-09 12:06:28 +01:00
Clément Renault
cf4c3c287b
Make rustfmt happy
2025-01-08 18:24:39 +01:00
Clément Renault
71e5605daa
Make clippy happy
2025-01-08 18:24:39 +01:00
Clément Renault
d4529d8c83
Fix after upgrading sysinfo
2025-01-08 15:59:30 +01:00
Clément Renault
3e3695445f
Fix after upgrading thiserror
2025-01-08 15:58:32 +01:00
Tamo
ae5a04e85c
apply review comments
2025-01-07 16:30:14 +01:00
Tamo
21026f0ca8
move the swagger behind a feature flag
2025-01-07 16:30:14 +01:00
Tamo
e579554c84
fmt
2025-01-07 16:30:12 +01:00
Tamo
ff49250c1a
remove useless doc
2025-01-07 16:29:09 +01:00