'commit'
This commit is contained in:
Binary file not shown.
@@ -11,7 +11,7 @@ from Config.Config import (
|
||||
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:
|
||||
"""
|
||||
将文本存入向量数据库
|
||||
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user