调整TOP_K参数值

This commit is contained in:
2024-08-19 17:22:38 +08:00
parent a82a80c56e
commit d52174532e
+1 -1
View File
@@ -4,7 +4,7 @@ SQL_DATABASE_URL=mysql+pymysql://zjinfo1:Dy2Bcr53Hm5xRkba@110.42.234.166:3306/zj
#SQL_DATABASE_URL=mysql+pymysql://zjinfo2:GSKcziSdBixDXwcd@110.42.234.166:3306/zjinfo2 #SQL_DATABASE_URL=mysql+pymysql://zjinfo2:GSKcziSdBixDXwcd@110.42.234.166:3306/zjinfo2
# The number of similar embeddings to return when retrieving documents. # The number of similar embeddings to return when retrieving documents.
TOP_K=5 TOP_K=10
#-------------------------- #--------------------------
# 是否启用检索重排功能 # 是否启用检索重排功能
RERANK_ENABLED=true RERANK_ENABLED=true