Restore 0.1.5 version from stash

This commit is contained in:
liaibo
2025-12-08 19:56:24 +08:00
parent de189e938d
commit 8db3f4e32d
8578 changed files with 2703426 additions and 217 deletions
+10
View File
@@ -48,6 +48,16 @@ class Settings(BaseSettings):
openai_api_key: str = ""
lightrag_db_url: str
lightrag_collection: str = "wolai-docs"
lightrag_llm_model: str = "qwen3:32b"
lightrag_embedding_model: str = "qwen3-embedding:8b"
lightrag_rerank_model: str = "dengcao/Qwen3-Reranker-4B:Q5_K_M"
ollama_base_url: str = "http://127.0.0.1:11434"
lightrag_embedding_dim: int = 4096
deepseek_api_key: str = ""
deepseek_base_url: str = "https://api.deepseek.com"
deepseek_model: str = "deepseek-chat"
searxng_base_url: Optional[str] = None
searxng_api_token: Optional[str] = None
@lru_cache