Skip to main content

One post tagged with "v0.3.0"

View All Tags

· 2 min read
Yung-Hsiang Hu

Hello everyone, after receiving feedback and suggestions from the community, we have launched the official version of kuwa-v0.3.0 to better meet your needs.

The main differences from the previous version, kuwa-v0.2.1, are the addition and enhancement of features such as Bot, Store, RAG toolchain, and system updates, as well as a new chat and group chat integration interface:

  1. Bot allows users to create Bot applications with no code, and can adjust System prompt, preset chat records, User prompt prefixes and suffixes to implement different functions such as role playing, executing specific tasks, or using Ollama model files to build more powerful applications;
  2. Store allows users to build and maintain their own shared Bot application store, and users can also share Bots;
  3. RAG toolchain allows users to create their own vector databases by simply dragging and dropping local file folders, and then use the existing DBQA function to perform Q&A;
  4. The new integrated interface not only directly supports group chats and single-model chats, it can also import Prompt Sets or upload files at any time, and can also be used for related RAGs;
  5. Windows version adds SearchQA, which can be used to organize website Q&A by connecting to Google search;
  6. Added Docker startup script to simplify Docker startup;
  7. Executor can be directly connected to Ollama to use the models and applications supported by Ollama;
  8. You can use update.bat to quickly update to the latest released version without re-downloading the .exe installer
info