wangrg

Results 4 comments of wangrg

I encountered it too. Has it been fixed?

In addition, the documents in the previous version of the data set supported different doc_form types (qa_model, text_model). Now the doc_form field value of the first document in the data...

The use of doc_form in the following files in the source code should be inaccurate: api/tasks/clean_notion_document_task.py api/tasks/add_document_to_index_task.py api/tasks/create_segment_to_index_task.py api/tasks/clean_dataset_task.py api/schedule/clean_unused_datasets_task.py api/core/indexing_runner.py -> batch_add_segments

> it has fix by the PR : #2789 , thanks for your feedback~ @wangrg The code snippet that determines whether the document list is empty is too early, otherwise...