Improvements
- Adds OpenAI-compatible APIs.
- Introduces a German user interface.
- Accelerates knowledge graph extraction.
- Enables Tavily-based web search in the Retrieval agent component.
- Adds Tongyi-Qianwen QwQ models (OpenAI-compatible).
- Supports CSV files in the General chunk method.
Fixed issues
- Unable to add models via Ollama/Xinference, an issue introduced in v0.17.1.
Related APIs
HTTP APIs
Create chat completion
Python APIs
Create chat completion
What's Changed
- Docs: updates issue templates. by @KevinHuSh in #5913
- Reverted some of the version changes by @writinwaters in #5908
- Docs: reformat. by @KevinHuSh in #5914
- Feat: Add german translations by @HashtagAssist in #5866
- Docs: updates. by @KevinHuSh in #5921
- Optimized graphrag again by @yuzhichang in #5927
- TEST: Added test cases for Update Dataset HTTP API by @asiroliu in #5924
- Feat: Add Breadcrumb component #3221 by @cike8899 in #5929
- Fix: When calling the Create chat completion API, the response data… by @alen08266 in #5928
- Feat: apply LLM to optimize citations. by @KevinHuSh in #5935
- Fix:signal.SIGUSR1 and signal.SIGUSR2 can't use in window. so don't bind signal.SIGUSR1 and signal.SIGUSR2 in the windows env by @donblack01 in #5941
- Fix: HTTP API Updates Read-Only Dataset Fields During Modification #5923 by @RaghavPatidar18 in #5937
- Fix: ollama model add error. by @KevinHuSh in #5947
- Fix: empty value updating. by @KevinHuSh in #5949
- Refa: Optimization of the Deep Research Module Code Structure by @liwenju0 in #5959
- Fixed a Docusaurus display issue. by @writinwaters in #5969
- Fix: Add Knowledge Base Document Parsing Status Check by @liwenju0 in #5966
- TEST: Remove unstable assertion introduced in PR #5924 by @asiroliu in #5968
- Feat:
Retrieval
supports internet search. by @KevinHuSh in #5974 - For an Agent with an Input Begin value, on the first call the return … by @isthaison in #5957
- Feat: Why can't Retrieval component support internet web search. #5973 by @cike8899 in #5978
- Feat: Add qwq model support to Tongyi-Qianwen factory by @kuro5989 in #5981
- Feat: Alter Item to TransferListItemType #3221 by @cike8899 in #5986
- Feat: add use KG to retrieval component. by @KevinHuSh in #5988
- Feat: add CSV file parsing support by @yongtenglei in #5989
- TEST: Added test cases for Upload Documents HTTP API by @asiroliu in #5991
- Refa: refine the context window size warning. by @KevinHuSh in #5993
- Fix: encode detect error. by @KevinHuSh in #6006
- Test: update test cases per issue #5920 #5923 by @asiroliu in #6007
- Optimize graphrag cache get entity by @yuzhichang in #6018
- 0.17.1 release notes by @writinwaters in #6021
- Feat: Set the default value of Chunk token number to 512 #6016 by @cike8899 in #6017
- Fix: empty api-key causes problems. by @KevinHuSh in #6022
- DOCS: for release. by @KevinHuSh in #6023
- Added 0.17.2 release notes by @writinwaters in #6028
New Contributors
- @HashtagAssist made their first contribution in #5866
- @alen08266 made their first contribution in #5928
- @kuro5989 made their first contribution in #5981
Full Changelog: v0.17.1...v0.17.2