提供对话上下文索引
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user