mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-30 23:27:36 +01:00
Fix workload files after removing the vectorStore experimental feature
This commit is contained in:
parent
df9d10ac44
commit
f88f415a00
@ -12,16 +12,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"precommands": [
|
"precommands": [
|
||||||
{
|
|
||||||
"route": "experimental-features",
|
|
||||||
"method": "PATCH",
|
|
||||||
"body": {
|
|
||||||
"inline": {
|
|
||||||
"vectorStore": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"synchronous": "DontWait"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"route": "indexes/movies/settings",
|
"route": "indexes/movies/settings",
|
||||||
"method": "PATCH",
|
"method": "PATCH",
|
||||||
|
@ -12,16 +12,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"precommands": [
|
"precommands": [
|
||||||
{
|
|
||||||
"route": "experimental-features",
|
|
||||||
"method": "PATCH",
|
|
||||||
"body": {
|
|
||||||
"inline": {
|
|
||||||
"vectorStore": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"synchronous": "DontWait"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"route": "indexes/movies/settings",
|
"route": "indexes/movies/settings",
|
||||||
"method": "PATCH",
|
"method": "PATCH",
|
||||||
|
@ -13,16 +13,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"precommands": [
|
"precommands": [
|
||||||
{
|
|
||||||
"route": "experimental-features",
|
|
||||||
"method": "PATCH",
|
|
||||||
"body": {
|
|
||||||
"inline": {
|
|
||||||
"vectorStore": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"synchronous": "DontWait"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"route": "indexes/movies/settings",
|
"route": "indexes/movies/settings",
|
||||||
"method": "PATCH",
|
"method": "PATCH",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user