[Bug]: .md file sparse error and display error after uploading and clicking the file
Opened this issue · 3 comments
JoynerLucas-arch commented
Is there an existing issue for the same bug?
- I have checked the existing issues.
RAGFlow workspace code commit ID
RAGFlow image version
v0.14.1 full
Other environment information
windows docker wsl
Actual behavior
After uploading any file and clicking the file, there is an error:
Expected behavior
No response
Steps to reproduce
1. using ragflow/v0.14.1
2. using es
3. $ docker compose -f docker/docker-compose.yml down -v
4. $ docker compose -f docker/docker-compose.yml up -d
5. set the models
6. upload md file, using general to sparse
Additional information
No response
KevinHuSh commented
ES is unhealthy. Check the disk usage to keep it up to 20% free space.
JoynerLucas-arch commented
I checked my es usage, it was okay. And for testing, I deleted the previous es and re-downloaded a new one. The display error somehow was fixed, but the md file still could not be parsed.
PS: This is not a very big md file, and I have no problem parsing other files(e.g. pdf files).