Download Latest Version v2.2.0 source code.tar.gz (55.3 MB)
Email in envelope

Get an email when there's a new version of BISHENG

Home / v2.2.0
Name Modified Size InfoDownloads / 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 img_v3_02ru_c1b66e15-95eb-4067-ab1b-7d2dba3e0afg

šŸŽ™ļø 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.

Source: README.md, updated 2025-11-11