| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-11 | 3.6 kB | |
| v2.2.0 source code.tar.gz | 2025-11-11 | 55.3 MB | |
| v2.2.0 source code.zip | 2025-11-11 | 57.3 MB | |
| Totals: 3 Items | 112.7 MB | 1 | |
š BISHENG 2.2-release Version
šļø 1. Workspace supports voice interaction (ASR+TTS):
1.1 Speech input (ASR): Click the āmicrophoneā icon in the input box to dictate text directly.
1.2 Voice playback (TTS): A new āspeakerā icon appears next to AI replies; click it to listen to the audio readout.
1.3 Model support: In the admin systemās model settings, you can configure ASR and TTS models. Provider formats from OpenAI, Azure, and éä¹åé® are supported.
⨠2. Conversation experience upgrades:
2.1 Enhanced Markdown rendering: Conversation content now supports rendering Echarts charts and Mermaid flowcharts.
2.2 Conversation sharing: A new āShareā button lets you generate a public, read-only link to safely share conversation results with others.
š” 3. Workflow RAG capability upgrades
3.1 New āKnowledge Base Retrievalā node: A standalone document knowledge base retrieval node for use within workflows, allowing developers to perform retrieval operations more flexibly and obtain structured results (including metadata and text).
3.2 Advanced retrieval settings: āAdvanced retrieval settingsā are now available in both the āKnowledge Base Retrievalā node and the existing āDocument Knowledge Base Q&Aā node. You can adjust hybrid retrieval weights (keyword vs. vector), result length, and enable a Rerank (re-ranking) model for secondary ranking.
šļø 4. Model management optimizations
4.1 Advanced model parameters: Model management (LLM/Embedding) supports advanced parameter configuration. You can pass vendor-specific parameters (e.g., for éæéäŗ, ē«å±±å¼ę) in JSONāsuch as temperature, enable_thinkingāto support configuring hybrid āthinkingā model modes and related needs.
4.2 Baidu Qianfan Cloud Platform authentication logic update: Qianfan has switched to an OpenAI-compatible mode (using Base URL and API Key). Users of Baidu models, please update your configuration.
š 5. App/Tool admin permissions: Apps (workflows, assistants, skills) and tools now support assigning āadmin permissionsā to facilitate team collaboration and management.
š 6. Knowledge base management optimizations: The QA knowledge base now supports āDuplicateā and āSettingsā (including changing the embedding model).
š ļø 7. Historical knowledge base defect fix
7.1 Defect description: When the Document Knowledge Base and the QA Knowledge Base use the same embedding model, modifying content in either may affect the otherās data in Milvus, leading to unexpected retrieval results.
7.2 Root cause: In Milvusās partition mode, multiple knowledge bases using the same embedding model share one collection. The files in the Document Knowledge Base and QA pairs in the QA Knowledge Base may have conflicting file_id values (different tables with auto-increment IDs). Therefore, operations on items with the same file_idāfiles or QA pairsāwill affect the counterpartās data in Milvus.
7.3 Fix: ā Upgrade to the 2.2 release; ā” Use the script (https://dataelem.feishu.cn/wiki/WNqbwm8zyiPo9ukIw5ecCWcfnPe#share-MTpPdLnTXo0hl3xN7PqcXp6NnBe) to scan for problematic knowledge bases; ⢠Run the script as needed to repair all knowledge bases.