Make the edit documents by function route experimental

This commit is contained in:
Clément Renault 2024-07-08 16:46:53 +02:00
parent e97600eead
commit 01144b2c74
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
4 changed files with 32 additions and 2 deletions

View file

@ -6,6 +6,7 @@ pub struct RuntimeTogglableFeatures {
pub vector_store: bool,
pub metrics: bool,
pub logs_route: bool,
pub edit_documents_by_function: bool,
}
#[derive(Default, Debug, Clone, Copy)]