您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

release_notes.md 1.5KB


sidebar_position: 2

slug: /release_notes

Release notes

Key features and improvements in the latest releases.

v0.14.0

Released on November 26, 2024.

New features

  • Supports Infinity or Elasticsearch (default) as document engine for vector storage and full-text indexing.
  • Enhances user experience by adding more variables to the Agent and implementing auto-saving.
  • Adds a three-step translation agent template, inspired by Andrew Ng’s translation agent.
  • Adds an SEO-optimized blog writing agent template.
  • Provides HTTP and Python APIs for conversing with an agent.
  • Supports the use of English synonyms during retrieval processes.
  • Optimizes term weight calculations, reducing the retrieval time by 50%.
  • Improves task executor monitoring with additional performance indicators.
  • Replaces Redis with Valkey.
  • Adds three new UI languages (contributed by community): Indonesian, Spanish, and Vietnamese.

HTTP APIs

Python APIs