Commit 93c2ce14 authored by jyong's avatar jyong

mutil thread

parent 59041fcb
...@@ -544,6 +544,7 @@ class IndexingRunner: ...@@ -544,6 +544,7 @@ class IndexingRunner:
return all_documents return all_documents
def format_document(self, llm: StreamableOpenAI, document_node, split_documents: List, document_form: str): def format_document(self, llm: StreamableOpenAI, document_node, split_documents: List, document_form: str):
print(document_node.page_content)
format_documents = [] format_documents = []
if document_node.page_content is None or not document_node.page_content.strip(): if document_node.page_content is None or not document_node.page_content.strip():
return format_documents return format_documents
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment