ragflow/docs/release_notes.md
writinwaters fa8e2c1678
Added release notes (#3660)
### What problem does this PR solve?


### Type of change


- [x] Documentation Update
2024-11-26 18:11:39 +08:00

1.5 KiB

sidebar_position slug
2 /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