feat: 配置加载 config(三 yaml + env 优先级 + 脱敏)

This commit is contained in:
lhl
2026-08-08 15:33:36 +08:00
parent 9d69bb3cd7
commit dc62670bb2
5 changed files with 281 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
embedding:
model: BAAI/bge-small-zh-v1.5
vector_store:
adapter: chroma
qdrant:
url: http://qdrant:6333
api_key: ${QDRANT_API_KEY}
retrieval:
rrf_k: 42