ragflow
ragflow copied to clipboard
[Bug]: Unable to know of the use of Deepdoc when creating dataset via API
Self Checks
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (Language Policy).
- [x] Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- [x] Please do not modify this template :) and fill in all the required fields.
RAGFlow workspace code commit ID
...
RAGFlow image version
v0.17.1
Other environment information
I am running ragflow connected with ollama via docker containers, all is been deployed on an AWS virtual machine.
Actual behavior
When creating a dataset via API and then trying to visualize the configuration via UI, chunking method and parser are not filled, so we assume this uses DeepDoc as parser but it is not clear at all.
Expected behavior
When creating a dataset via API and visualicing it's configuration via UI, it should appear that the parser is DeepDoc and the chunk config is the one you have choosen in the parser_config when creating it.
Steps to reproduce
1. Create KB
2. Go to the UI and click on the configuration of this KB
Additional information
No response