Skip to content

v0.17.0

Compare
Choose a tag to compare
@yuzhichang yuzhichang released this 02 Mar 10:48
· 136 commits to main since this release
d683644

Summary

  • AI chat: Implements Deep Research for agentic reasoning. To activate this, enable the Reasoning toggle under the Prompt Engine tab of your chat assistant dialogue.
  • AI chat: Leverages Tavily-based web search to enhance contexts in agentic reasoning. To activate this, enter the correct Tavily API key under the Assistant Setting tab of your chat assistant dialogue.
  • AI chat: Supports initiating a chat without specifying knowledge bases.
  • AI chat: HTML files can also be previewed and referenced, in addition to PDF files.
  • Dataset: Adds a Document parser dropdown menu to dataset configurations. This includes a DeepDoc model option, which is time-consuming, a much faster naive option (plain text), which skips DLR (Document Layout Recognition), OCR (Optimal Character Recognition), and TSR (Table Structure Recognition) tasks, and several currently experimental large model options.
  • Agent component: (x) or a forward slash / can be used to insert available keys (variables) in the system prompt field of the Generate or Template component.
  • Object storage: Supports using Aliyun OSS (Object Storage Service) as a file storage option.
  • Models: Updates the supported model list for Tongyi-Qianwen, adding DeepSeek-specific models; adds ModelScope as a model provider.
  • APIs: Document metadata can be updated through an API.

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.17.0