mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Support the new editDocumentsByFunction
experimental feature
This commit is contained in:
parent
94809090a3
commit
487997f6ad
8 changed files with 43 additions and 22 deletions
|
@ -16,7 +16,8 @@ async fn add_remove_user_provided() {
|
|||
{
|
||||
"vectorStore": true,
|
||||
"metrics": false,
|
||||
"logsRoute": false
|
||||
"logsRoute": false,
|
||||
"editDocumentsByFunction": false
|
||||
}
|
||||
"###);
|
||||
|
||||
|
@ -159,7 +160,8 @@ async fn generate_default_user_provided_documents(server: &Server) -> Index {
|
|||
{
|
||||
"vectorStore": true,
|
||||
"metrics": false,
|
||||
"logsRoute": false
|
||||
"logsRoute": false,
|
||||
"editDocumentsByFunction": false
|
||||
}
|
||||
"###);
|
||||
|
||||
|
@ -516,7 +518,8 @@ async fn add_remove_one_vector_4588() {
|
|||
{
|
||||
"vectorStore": true,
|
||||
"metrics": false,
|
||||
"logsRoute": false
|
||||
"logsRoute": false,
|
||||
"editDocumentsByFunction": false
|
||||
}
|
||||
"###);
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ async fn update_embedder() {
|
|||
{
|
||||
"vectorStore": true,
|
||||
"metrics": false,
|
||||
"logsRoute": false
|
||||
"logsRoute": false,
|
||||
"editDocumentsByFunction": false
|
||||
}
|
||||
"###);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue