Fix workload files after removing the vectorStore experimental feature

This commit is contained in:
Louis Dureuil 2025-01-27 14:39:28 +01:00
parent df9d10ac44
commit f88f415a00
No known key found for this signature in database
3 changed files with 0 additions and 30 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",