Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

release_notes.md 1.5KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. sidebar_position: 2
  3. slug: /release_notes
  4. ---
  5. # Release notes
  6. Key features and improvements in the latest releases.
  7. ## v0.14.0
  8. Released on November 26, 2024.
  9. ### New features
  10. - Supports [Infinity](https://github.com/infiniflow/infinity) or Elasticsearch (default) as document engine for vector storage and full-text indexing.
  11. - Enhances user experience by adding more variables to the Agent and implementing auto-saving.
  12. - Adds a three-step translation agent template, inspired by [Andrew Ng's translation agent](https://github.com/andrewyng/translation-agent).
  13. - Adds an SEO-optimized blog writing agent template.
  14. - Provides HTTP and Python APIs for conversing with an agent.
  15. - Supports the use of English synonyms during retrieval processes.
  16. - Optimizes term weight calculations, reducing the retrieval time by 50%.
  17. - Improves task executor monitoring with additional performance indicators.
  18. - Replaces Redis with Valkey.
  19. - Adds three new UI languages (contributed by community): Indonesian, Spanish, and Vietnamese.
  20. ### Related APIs
  21. #### HTTP APIs
  22. - [Create session with agent](https://ragflow.io/docs/dev/http_api_reference#create-session-with-an-agent)
  23. - [Converse with agent](https://ragflow.io/docs/dev/http_api_reference#converse-with-agent)
  24. #### Python APIs
  25. - [Create session with agent](https://ragflow.io/docs/dev/python_api_reference#create-session-with-agent)
  26. - [Converse with agent](https://ragflow.io/docs/dev/python_api_reference#create-session-with-agent)