mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Fix workload files after removing the vectorStore experimental feature
This commit is contained in:
parent
df9d10ac44
commit
f88f415a00
3 changed files with 0 additions and 30 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue