Skip to content

v0.5.7

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 14:25
· 118 commits to refs/heads/main since this release
04703f2

✨ Enhancements

  • Support intent detection (#1588)
  • Add BM25 Retriever. (#1578)
  • Support openchat-3.6-8b-20240522 (#1564)
  • Support llama-3-sqlcoder-8b (#1559)
  • Support Phi-3 models (#1554)
  • Add aload_document (#1548)
  • Support Yi 1.5 16k models (#1543)
  • Support DeepSeek v2 lite model (#1537)
  • Add support for Vertica analytical database (#1538)

🐞 Bug fixes

  • Fix cannot connect other vector store (#1579)
  • Update data_loader.py - timestamp+id (#1572)
  • Fix storage connector error (#1547)
  • Fix CrossEncoderRanker (#1531)
  • Fix data dashboard - data_loader.py (#1526)
  • Fix the problem of multiple line breaks in Q&A (#1573)
  • Remove resources of planner agent (#1540)
  • Wrong default value of parameter parallel_executions for async_retry (#1545)

🛠️ Other improvements

Thank you to all our contributors for making this release possible!
@Aries-ckt, @FOkvj, @dingqiangliu, @fangyinc, @wzc570738205 and @yongzheJIN