RAGFlow v0.5.0 is released. The major updates in this release include improving scheduling mechanisms, a lot of bugs have been fixed, and new models such as DeepSeek-V2, being integrated.
What's Changed
- fix bug about fetching file from minio by @KevinHuSh in #574
- fix: display the current language directly at the top and do not disp… by @cike8899 in #579
- make cites in conversation API configurable by @KevinHuSh in #576
- remove default redis configuration by @KevinHuSh in #582
- refactor code by @KevinHuSh in #583
- fix exception in pdf parser by @KevinHuSh in #584
- refine document by using latest as version number by @KevinHuSh in #588
- Updated FAQ: Range of input length by @writinwaters in #594
- feat: add FlowCanvas by @cike8899 in #593
- refine code by @KevinHuSh in #595
- refine redis connection by @KevinHuSh in #599
- refine document upload by @KevinHuSh in #602
- fix: #567 use modal to upload files in the knowledge base by @cike8899 in #601
- refine docker layers by @KevinHuSh in #606
- fix: omit long file names by @cike8899 in #608
- fix disable and enable llm setting in dialog by @KevinHuSh in #616
- fix: fixed the issue that ModelSetting could not be saved #614 by @cike8899 in #617
- remove PyMuPDF by @KevinHuSh in #618
- Fix: missing 'redis' package in requirements.txt by @huangbaichao in #622
- Fix missing 'ollama' package in requirements.txt by @huangbaichao in #621
- refine code by @KevinHuSh in #626
- fix: filter knowledge list by keywords and clear the selected file list after the file is uploaded successfully and add ellipsis pattern to chunk list by @cike8899 in #628
- docs: Add instructions for launching service from source by @huangbaichao in #619
- remove redis by @KevinHuSh in #629
- Updated faq.md by @writinwaters in #636
- Update README badge by @writinwaters in #639
- fix: add spin to parsing status icon of dataset table by @cike8899 in #649
- Refactor: Use TaskStatus enum for task status handling by @huangbaichao in #646
- fix file encoding detection bug by @KevinHuSh in #653
- optimize srv broker and executor logic by @fkzhao in #630
- refine text decode by @KevinHuSh in #657
- fix bug by @KevinHuSh in #659
- refine doc for v0.5.0 by @KevinHuSh in #660
- fix bugs by @KevinHuSh in #662
- remove unused dependency by @KevinHuSh in #664
- fix task losting isssue by @KevinHuSh in #665
- add support for deepseek by @KevinHuSh in #668
- feat: support DeepSeek by @cike8899 in #667
- update docker file to support low version npm package by @KevinHuSh in #669
- Update README by @JinHai-CN in #670
New Contributors
Full Changelog: v0.4.0...v0.5.0