From 586bb76c9c51183db8a1331cfe851e1afbebd54f Mon Sep 17 00:00:00 2001 From: wanyaokun <12345678> Date: Thu, 22 Aug 2024 11:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=85=B3=E9=94=AE=E5=AD=97?= =?UTF-8?q?=E6=A3=80=E7=B4=A2=E7=BC=93=E5=AD=98=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/.env.example b/backend/.env.example index 2b1db19..37ba235 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -49,6 +49,7 @@ VECTOR_STORE_COLLECTION=default # Specify this if you are using a local vector database. # Otherwise, use VECTOR_STORE__HOST and VECTOR_STORE__PORT config above VECTOR_STORE_PATH=./storage_vector +BM_RETRIEVER_PATH =./storage_bm