Introduce new features (#1296)

### What problem does this PR solve?

Update README to introduce new features

### Type of change

- [x] Documentation Update
This commit is contained in:
Zhedong Cen
2024-06-27 18:09:59 +08:00
committed by GitHub
parent 840e921e96
commit c8523dc6fd
3 changed files with 3 additions and 1 deletions

View File

@ -64,6 +64,7 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io).
## 📌 Latest Updates
- 2024-06-27 Supports Markdown and Docx in the Q&A parsing method. Supports extracting images from Docx files. Supports extracting tables from Markdown files.
- 2024-06-14 Supports PDF in the Q&A parsing method.
- 2024-06-06 Supports [Self-RAG](https://huggingface.co/papers/2310.11511), which is enabled by default in dialog settings.