v0.3.0
infiniflow/ragflowv0.3.0Apr 19, 2024by JinHai-CN
AI Summary
Establishes core stability with GB2312 encoding fixes and introduces automation tools for reporting environment information.
Key Highlights
- GB2312 encoding support
- Added FAQs and debugging guides
- Automation script for environment info reporting
New Features
- GB2312 encoding fix
- FAQs section
- Environment info automation script
- PDF parser bug fixes
Full Release Notes
## What's Changed * fix gb2312 encoding issue by @KevinHuSh in https://github.com/infiniflow/ragflow/pull/394 * Added FAQs by @writinwaters in https://github.com/infiniflow/ragflow/pull/395 * feat: modify the description of qa by @cike8899 in https://github.com/infiniflow/ragflow/pull/406 * Add automation scripts to support displaying environment information such as RAGFlow repository version, operating system, Python version, etc. in a Linux environment for users to report issues. by @ysyx2008 in https://github.com/infiniflow/ragflow/pull/396 * fix bulk error for table method by @KevinHuSh in https://github.com/infiniflow/ragflow/pull/407 * Added some debugging FAQs by @writinwaters in https://github.com/infiniflow/ragflow/pull/413 * Update PR template by @JinHai-CN in https://github.com/infiniflow/ragflow/pull/415 * Update table.py to convert clmns to string by @yc-huang in https://github.com/infiniflow/ragflow/pull/414 * make sure the models will not be load twice by @KevinHuSh in https://github.com/infiniflow/ragflow/pull/422 * rm page number exception for pdf parser by @KevinHuSh in https://github.com/infiniflow/ragflow/pull/424 * Add env to expose minio port to the host by @BrightXiaoHan in https://github.com/infiniflow/ragflow/pull/426 * add lf end-lines in `*.sh` by @ooooo-create in https://github.com/infiniflow/ragflow/pull/425 * fix: replace some pictures of chunk method #437 by @cike8899 in https://github.com/infiniflow/ragflow/pull/438 * Bug fix pdf parse index out of range by @Jiafan in https://github.com/infiniflow/ragflow/pull/440 * fix divide by zero bug by @KevinHuSh in https://github.com/infiniflow/ragflow/pull/447 * feat: translate EmbedModal #345 by @cike8899 in https://github.com/infiniflow/ragflow/pull/455 * Fit a lot of encodings for text file. by @KevinHuSh in https://github.com/infiniflow/ragflow/pull/458 * change readme for 0.3.0 release by @KevinHuSh in https://github.com/infiniflow/ragflow/pull/459 * trivals by @KevinHuSh in https://github.com/infiniflow/ragflow/pull/462 * refine docs for chat bot api. by @KevinHuSh in https://github.com/infiniflow/ragflow/pull/463 * feat: #345 even if the backend data returns empty, the skeleton of the chart will be displayed. by @cike8899 in https://github.com/infiniflow/ragflow/pull/461 * Refine conversaion docs by @KevinHuSh in https://github.com/infiniflow/ragflow/pull/465 ## New Contributors * @ysyx2008 made their first contribution in https://github.com/infiniflow/ragflow/pull/396 * @yc-huang made their first contribution in https://github.com/infiniflow/ragflow/pull/414 * @BrightXiaoHan made their first contribution in https://github.com/infiniflow/ragflow/pull/426 * @Jiafan made their first contribution in https://github.com/infiniflow/ragflow/pull/440 **Full Changelog**: https://github.com/infiniflow/ragflow/compare/v0.2.0...v0.3.0