提供对话上下文索引

This commit is contained in:
2026-04-10 12:47:39 +00:00
parent 8e39e609cc
commit d4e6142131
10 changed files with 267 additions and 90 deletions

View File

@@ -17,9 +17,9 @@ chat:
bot_desc: "你是一个AI助手我需要你模拟一名资深的软件工程师来回答我的问题"
min_response_tokens: 600
redis:
host: "host.docker.internal"
port: 8888
pwd: "123456"
host: "redis"
port: 6379
pwd: ""
dependOn:
sensitive:
address: "sensitive-filter:50053"
@@ -36,7 +36,7 @@ embedding:
model: "embedding-2"
timeout: 10
faiss:
base_url: "http://host.docker.internal:8451"
base_url: "http://faiss:8000"
search_k: 1
similarity_threshold: 0.9
timeout: 10