Skip to content

v0.6.10

Compare
Choose a tag to compare
@takatost takatost released this 04 Jun 18:14
· 2223 commits to main since this release
b20d173

✨ What’s New in v0.6.10? ✨

This update primarily focuses on enhancing system stability and improving user experience. Key updates include:

🚀 New Features

  • Workflow Variable Aggregator: Now supports grouping by @zxhlyh in #4811.
  • Document Rename Support: You can now rename documents in datasets by @iamjoel in #4732 and @JohnJyong in #4915.
  • Instruction in Classifier Node: Added support for using variables in instructions by @iamjoel in #4710 and @JohnJyong in #4913.
  • Tool Tags: You can now define tags in tool YAML files by @Yeuoly in #4763.
  • NVIDIA NIM: Added support for NVIDIA NIM by @joshua20231026 in #4882.
  • Anthropic Claude3 Models: Added to Google Cloud Vertex AI by @hellof20 in #4870.
  • Baichuan Model Support: Added support for Baichuan3 Turbo, Baichuan3 Turbo 128k, and Baichuan4 by @xielong in #4762.
  • Ernie Model Update: Updated the Ernie model by @Weaxs in #4756.
  • Vanna.AI Tool: Added Vanna.AI as a built-in tool by @luxmus in #4878.
  • SearchApi Tools: Added new SearchApi tools by @SebastjanPrachovskij in #4648.
  • Opportunistic TLS for SMTP: Added a flag for opportunistic TLS in SMTP by @chazzhou in #4794.
  • Ollama Keep Alive: Added a keep-alive parameter for Ollama by @Yash-1511 in #4655.
  • Model Load Balancing: Added support for load balancing backend models by @takatost in #4927 and @nite-knite in #4926.

⚙️ Enhancements

For additional enhancements and updates, refer to the What's Changed section below.

Update Guide

Docker compose deployments:

  1. Get the latest code from the main branch:

    git checkout main
    git pull origin main
  2. Go to the next step and update to the latest image:

    cd docker
    docker compose up -d

Source Code deployments:

  1. Stop API server, Worker and Web frontend Server.

  2. Get the latest code from the main branch:

    git checkout main
    git pull origin main
  3. Update Python dependencies:

    cd api
    pip install -r requirements.txt
  4. Then, let's run the migration script:

    flask db upgrade
  5. Finally, run API server, Worker and Web frontend Server again.

What's Changed

New Contributors

Full Changelog: 0.6.9...0.6.10