This commit is contained in:
2025-08-19 09:24:26 +08:00
parent 1fd96fbc4e
commit 07dfd0fc6a
3 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ from Config.Config import (
RERANK_MODEL, RERANK_BASE_URL, RERANK_BINDING_API_KEY RERANK_MODEL, RERANK_BASE_URL, RERANK_BINDING_API_KEY
) )
def text_to_vector_db(text: str, chunk_size: int = 200, chunk_overlap: int = 100) -> tuple: def text_to_vector_db(text: str, chunk_size: int = 200, chunk_overlap: int = 0) -> tuple:
""" """
将文本存入向量数据库 将文本存入向量数据库