From b0d3d02d205e2ce78a664a1a2bb8d0050a07dca9 Mon Sep 17 00:00:00 2001 From: aries-ckt <916701291@qq.com> Date: Tue, 23 May 2023 22:10:15 +0800 Subject: [PATCH] update:vector store config --- pilot/source_embedding/knowledge_embedding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/source_embedding/knowledge_embedding.py b/pilot/source_embedding/knowledge_embedding.py index cb1fcb504..93fa185a6 100644 --- a/pilot/source_embedding/knowledge_embedding.py +++ b/pilot/source_embedding/knowledge_embedding.py @@ -5,7 +5,7 @@ from langchain.document_loaders import TextLoader, markdown from langchain.embeddings import HuggingFaceEmbeddings from pilot.configs.config import Config -from pilot.configs.model_config import DATASETS_DIR, KNOWLEDGE_CHUNK_SPLIT_SIZE, VECTOR_STORE_TYPE +from pilot.configs.model_config import DATASETS_DIR, KNOWLEDGE_CHUNK_SPLIT_SIZE from pilot.source_embedding.chn_document_splitter import CHNDocumentSplitter from pilot.source_embedding.csv_embedding import CSVEmbedding from pilot.source_embedding.markdown_embedding import MarkdownEmbedding