Major updates:
- Integrates BCE and BGE reranker models.
- Integrates Jina embedding and reranker models.
- Supports LLM Baichuan and VolcanoArk.
- Supports RAPTOR for better text retrieval.
- Adds a new API for removing documents.
- Supports a new file format: HTML.
- Supports the ARM platform.
What's Changed
- Fix missing docker image version prefix v. by @CamusGao in #855
- Updated Launch service from source by @writinwaters in #856
- fix: the site domain name in the Chat Bot API is hardcoded. #776 by @cike8899 in #859
- Reorganized docs for docusaurus publish by @writinwaters in #860
- fix: display specific error message when previewing file error #868 by @cike8899 in #869
- fixed a format issue for docusaurus publication by @writinwaters in #871
- Fixed a format issue by @writinwaters in #872
- Add api/list_kb_docs function and modify api/list_chunks by @guoyuhao2330 in #874
- fixed: The choices may be empty. by @dashi6174 in #876
- fix import error by @yonghuili1 in #877
- Add api.md:/api/list_kb_docs/ description by @guoyuhao2330 in #881
- Implements RAPTOR for better chunking #882 by @cike8899 in #883
- feat: remove the space before promptText by @cike8899 in #886
- Add /api/document/rm function by @guoyuhao2330 in #887
- Add support for VolcEngine - the current version supports SDK2 by @yungongzi in #885
- feat: RAPTOR is not displayed when the parsing method is picture. by @cike8899 in #897
- fixbug for computing 'not concating feature' by @xinzhuang in #896
- add raptor by @KevinHuSh in #899
- Update api_md document/rm by @guoyuhao2330 in #894
- feat: fixed issue with threshold translation #882 and add NodeContextMenu by @cike8899 in #906
- Fix some syntax errors, re not import by @dashi6174 in #904
- Update README by @JinHai-CN in #901
- Bug fix for volcengine by @yungongzi in #909
- The fasttext library is missing, and it is used in the operators.py file. by @dashi6174 in #925
- syntax error by @dashi6174 in #924
- feat: build react flow nodes and edges from mock data #918 by @cike8899 in #919
- fix raptor bugs by @KevinHuSh in #928
- Expanded list of locally deployed embedding models by @writinwaters in #930
- Remove duplicated FROM. by @CamusGao in #935
- Updated RESTful API Reference by @writinwaters in #908
- Update docnm_kwd to doc_name by @guoyuhao2330 in #939
- Add Dockerfile and requirements.txt for arm by @aopstudio in #936
- feat: test buildNodesAndEdgesFromDSLComponents by @cike8899 in #940
- minor editorial updates for clarity by @writinwaters in #941
- Added support for Baichuan LLM by @yungongzi in #934
- fix #917 #915 by @KevinHuSh in #946
- Add umap-learn, fasttext and volcengine in requirements_arm.txt by @aopstudio in #945
- fix: fixed the issue of 404 error in the user settings page of the demo site by @cike8899 in #948
- Fixed a docusaurus display issue by @writinwaters in #954
- Update README by @JinHai-CN in #956
- Expanded the supported LLM list by @writinwaters in #960
- feat: add FlowHeader and delete edge by @cike8899 in #959
- limit the system context length of conversation messages. by @KevinHuSh in #962
- feat: add rerank models to the project #724 #162 by @cike8899 in #966
- feat: add jina by @cike8899 in #967
- add rerank model by @KevinHuSh in #969
- fix: if the conversation name is too long, it will overflow the current item. #607 by @cike8899 in #972
- fix jina adding issure and term weight refinement by @KevinHuSh in #974
- Update README.md by @writinwaters in #976
- Update README.md by @writinwaters in #978
- Fix:After being idle for a while, new tasks need to be cancel and redo by @cklogic in #958
- Add support for HTML file by @aopstudio in #973
- fix create dialog bug by @KevinHuSh in #982
- fix: fixed the issue of error reporting when saving chat configuration #965 by @cike8899 in #984
- set ollama keep_alive by @KevinHuSh in #985
- fix bug in pdf parser by @KevinHuSh in #986
- fix bge rerank normalize issue by @KevinHuSh in #988
- fix tk_count undefine issue by @KevinHuSh in #996
- Update README by @JinHai-CN in #998
New Contributors
- @CamusGao made their first contribution in #855
- @yungongzi made their first contribution in #885
- @xinzhuang made their first contribution in #896
- @aopstudio made their first contribution in #936
Full Changelog: v0.6.0...v0.7.0