mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
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
This commit is contained in:
@ -110,6 +110,7 @@ impl FeatureData {
|
||||
metrics: metrics || persisted_features.metrics,
|
||||
logs_route: logs_route || persisted_features.logs_route,
|
||||
contains_filter: contains_filter || persisted_features.contains_filter,
|
||||
vector_store: true,
|
||||
..persisted_features
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user