fix 文档管理模块 & 法规对话模块
This commit is contained in:
@@ -289,7 +289,7 @@ def build_vector_chunks(
|
||||
{
|
||||
"doc_id": doc_id,
|
||||
"doc_title": doc_title,
|
||||
"chunk_id": f"chunk-{chunk_index}",
|
||||
"chunk_id": f"{doc_id}-chunk-{chunk_index}",
|
||||
"chunk_index": chunk_index,
|
||||
"semantic_id": block["semantic_id"],
|
||||
"chunk_type": block["block_type"],
|
||||
|
||||
Reference in New Issue
Block a user