Summary
Mainly addressing several serious bugs in 0.14.0 and issues with Infinity configuration, the updates are listed below:
- Infinity configuration can be changed in docker/infinity_conf.toml. After modifying the file, restart docker compose to take effect.
- Solve the problem that the Chunk interface cannot be displayed or modified.
- Solve the problem of garbled Chinese text parsing.
- Solve the Elasticsearch 'Not found error' problem.
- Solve the problem of Polars library compatibility.
- Solve the problem that Infinity can't adapt GraphRAG.
What's Changed
- Updated UI by @writinwaters in #3639
- Feat: Add ModelManagement page #3221 by @cike8899 in #3638
- For security. by @KevinHuSh in #3642
- Fixed es mapping by @yuzhichang in #3643
- Fix the bug causing garbled text by @Feiue in #3640
- Let ThreadPool exit gracefully. by @KevinHuSh in #3653
- Check model id when set dialog. Close #849 by @yuzhichang in #3655
- Feat: add PromptManagement page #3221 by @cike8899 in #3650
- Fix es get NotFoundError by @yuzhichang in #3659
- Added release notes by @writinwaters in #3660
- Fix KB list bugs and add web api test by @JinHai-CN in #3649
- Fix a bug in VolcEngine by @Feiue in #3658
- Feat: Add Datasets page #3221 by @cike8899 in #3661
- Use polars-lts-cpu on arm64 by @yuzhichang in #3667
- Fix enable/disable bug by @Feiue in #3662
- Fix graphrag + infinity bugs by @yuzhichang in #3681
- Added aspose on macosx/arm64 by @yuzhichang in #3686
- Always open text file for write with UTF-8 by @yuzhichang in #3688
- Feat: Add dataset sidebar #3221 by @cike8899 in #3683
- Fix batch size issue. by @KevinHuSh in #3675
- Added release notes for v0.13.0 by @writinwaters in #3691
- Feat: Scrolling knowledge base list #3695 by @cike8899 in #3703
- Revert "Feat: Scrolling knowledge base list #3695" by @KevinHuSh in #3708
- Edit chunk shall update instead of insert it by @yuzhichang in #3709
- Fix RGBA error by @kuschzzp in #3707
- Detect shape error of embedding by @yuzhichang in #3710
- Added release notes v0.12.0 by @writinwaters in #3711
- Feat: Scrolling knowledge base list and set the number of entries per page to 30 #3695 by @cike8899 in #3712
- Add more web test cases by @JinHai-CN in #3702
- Added an infinity configuration file to easily customize the settings of Infinity by @yuzhichang in #3715
- Fix test cases by @JinHai-CN in #3718
- Feat: Add Dataset page #3221 by @cike8899 in #3721
- Fix error response by @KevinHuSh in #3719
- Ensure thumbnail be smaller than 64K by @yuzhichang in #3722
- Updated descriptions for the Agent components by @writinwaters in #3728
- Don't log exception if object doesn't exist by @yuzhichang in #3724
- Fix: Clicking the checkbox of the pop-up window for editing chunk is invalid #3726 by @cike8899 in #3727
- Update version info to v0.14.1 by @JinHai-CN in #3720
Full Changelog: v0.14.0...v0.14.1