From d52174532e5ca6b88f584b815322bb2435796df3 Mon Sep 17 00:00:00 2001 From: paituo <330435863@qq.com> Date: Mon, 19 Aug 2024 17:22:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4TOP=5FK=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.env.xinference | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.env.xinference b/backend/.env.xinference index 205bb57..58981d4 100644 --- a/backend/.env.xinference +++ b/backend/.env.xinference @@ -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 # The number of similar embeddings to return when retrieving documents. -TOP_K=5 +TOP_K=10 #-------------------------- # 是否启用检索重排功能 RERANK_ENABLED=true