v0.3.0

google/comprehensive-rustv0.3.0Dec 9, 2024by Mini256

AI Summary

The project is renamed to 'autoflow' in this version, which adds support for multiple Knowledge Bases and new embedding model providers including Ollama, OpenAI Like, and ZhipuAI. Users are advised to review the migration guide for potential breaking changes from v0.2.x.

Key Highlights

  • Project renamed to 'autoflow'
  • Multiple Knowledge Bases support
  • New embedding models: Ollama, OpenAI Like, ZhipuAI
  • Migration guide provided for v0.2.x users

New Features

  • Project renaming to autoflow
  • Multiple Knowledge Bases support
  • Ollama embedding provider
  • OpenAI Like embedding provider
  • ZhipuAI embedding provider

Full Release Notes

## Release note

- Rename project to autoflow
- Multiple Knowledge Bases support
- Support new embedding models providers
  - [Ollama](https://tidb.ai/docs/embedding-model#ollama)
  - [OpenAI Like](https://tidb.ai/docs/embedding-model#openai-like)
  - [ZhipuAI](https://tidb.ai/docs/embedding-model#zhipuai)

For details, please check [Release Notes for v0.3.0](https://tidb.ai/docs/releases/v0.3.0)

## ‼️ Migrate from v0.2.x to v0.3.0

If you want to upgrade autoflow from v0.2.x to v0.3.0, please check the breaking changes and [migration guide](https://tidb.ai/docs/releases/v0.3.0#migrating-from-v02x-to-v030) before  migration.

## New Contributors
* @chethanuk made their first contribution in https://github.com/pingcap/autoflow/pull/421

**Full Changelog**: https://github.com/pingcap/autoflow/compare/0.2.9...v0.3.0