This commit is contained in:
Mikan
2026-06-19 19:14:27 +03:00
parent 2167493887
commit 32575e217e
23 changed files with 1191 additions and 92 deletions

View File

@@ -34,6 +34,8 @@ EDITABLE_SETTING_KEYS = {
"embedding.model": str, # e.g. text-embedding-3-small, bge-m3, nomic-embed-text
"embedding.dim": int, # vector dimension; 0 = auto-probe from endpoint
"embedding.request_timeout": int, # request timeout, seconds
# UI customization (logo URL/path shown in navbar + home page + favicon)
"ui.logo_url": str, # e.g. "/logo.png", "https://.../logo.png", or "data:image/png;base64,..."
}