infiniflow/ragflow

[Bug]: .md file sparse error and display error after uploading and clicking the file

Opened this issue · 3 comments

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

.md file sparse error:
1e237febbe889d96aa351a2b61c8c26
f762631dc40a5e2f6a4a71efe78bc51

After uploading any file and clicking the file, there is an error:
image

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

ES is unhealthy. Check the disk usage to keep it up to 20% free space.

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).