Release Notes
TOC
v1.2.1
NOTE: Agent mode is an experimental feature, please use with caution.
Bug Fixes
- Fixed an issue where setting the knowledge database name may not work. This fix adds an option to set the database dump file name during installation, and automatically use the specified database dump file to initialize the knowledge base.
- Fixed an issue where MCP tools can create or delete K8s resources without human confirmation in Agent mode.
- Fixed an issue when asking for disk space information using Agent mode, the server may get stuck.
- Fixed an issue when deploying on ACP 4.2 or above, the default node taints are not handled.
- Fixed a deployment error:
kubeVersion: >=1.20.0 which is incompatible with Kubernetes v1.33.7-1. - Fixed an issue where the API key for LLM service and rerank service appeared in plain text when deploying.
Improvements
- Improved the prompt for correct Hyperflux identity.
- Removed not used configuration items in the installation page.
v1.2.0
Features and Enhancements
- Default using RAG chain to answer user questions, improving answer accuracy.
- Support importing database dump to initialize knowledge base, simplifying the setup process.
- Experimental: Support enabling Agent mode to leverage MCP tools to retrieve real-time cluster information.
- Support connecting to PGVector database deployed outside the Alauda Hyperflux installation.
- Support Cohere Reranker model to improve answer relevance.
- Support setting RAG chain parameters such as total_search_k etc.
Known Issues
- When LLM returns errors, the answer generation may fail. When come back to view the chat history, will send the question again to LLM, causing duplicated conversations.