From 3f65e4970e86dd1aeb4071a66a388119c1e0737d Mon Sep 17 00:00:00 2001 From: Appointat Date: Tue, 29 Oct 2024 12:15:41 +0800 Subject: [PATCH] refactor: Update knowledge graph extraction batch size --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 5adb248be..453e2c6d3 100644 --- a/.env.template +++ b/.env.template @@ -167,7 +167,7 @@ TRIPLET_GRAPH_ENABLED=True # enable the graph search for triplets DOCUMENT_GRAPH_ENABLED=True # enable the graph search for documents and chunks KNOWLEDGE_GRAPH_CHUNK_SEARCH_TOP_SIZE=5 # the top size of knowledge graph search for chunks -TRIPLET_EXTRACTION_BATCH_SIZE=20 # the batch size of triplet extraction from the text +KNOWLEDGE_GRAPH_EXTRACTION_BATCH_SIZE=20 # the batch size of triplet extraction from the text ### Chroma vector db config #CHROMA_PERSIST_PATH=/root/DB-GPT/pilot/data