Add settings route

This commit is contained in:
Louis Dureuil
2025-09-01 16:36:24 +02:00
parent 00d1006cd9
commit 4ccce18d7b
6 changed files with 73 additions and 1 deletions

View File

@ -331,6 +331,7 @@ pub(crate) mod test {
facet_search: Setting::NotSet,
prefix_search: Setting::NotSet,
chat: Setting::NotSet,
vector_store: Setting::NotSet,
_kind: std::marker::PhantomData,
};
settings.check()