feat: stabilize rag chat conversations and auto title sync

This commit is contained in:
wren
2026-05-19 15:52:05 +08:00
parent 564f2bebc8
commit afaba4dd99
19 changed files with 1988 additions and 93 deletions
+8
View File
@@ -44,6 +44,14 @@ LLM_API_KEY: str
# VLM
VLM_BASE_URL: str
VLM_MODEL: str
VLM_API_KEY: str
# EMBEDDING
EMBEDDING_BASE_URL: str
EMBEDDING_MODEL: str
EMBEDDING_API_KEY: str
EMBEDDING_DIM: int
EMBEDDING_BATCH_SIZE: int
# OCR
OCR_BASE_URL: str