Releases: aingdesk/AingDesk
Releases · aingdesk/AingDesk
v1.2.4
- Add support for the Qwen3 model
- Optimize result parsing for certain search engines
- Add OCR support for pure image PDFs (macOS requires manual installation of Poppler)
- Improve the effect of using search engines in agent scenarios
- Optimize parsing of MCP tool invocation results
- Fix various identified bugs
v1.2.3
v1.2.2
v1.2.1
- Add MCP client functionality (configure the MCP server in settings, then select the tool in the conversation)
- Optimize model selector
- Miscellaneous adjustments
After selecting a tool in Ollama, content will only display after the model fully responds; online models support real-time output
v.1.2.0
v1.1.9
- Change knowledge base precision configuration to automatic
- Fix issue where knowledge base recall configuration was not taking effect
- Resolve problems caused by modifying the data directory
- Fix errors in invoking certain online models
- Add support for x64 version of macOS
v1.1.8
- Improved accuracy and performance of the knowledge base
- Configuration of document chunking and recall settings for the knowledge base
- Added functionality to modify data storage directories
- Fixed the issue where .doc files could not be parsed
- Optimized the context embedding process to reduce hallucinations
- Other known bug fixes
v1.1.7
feat: add and optimize several features
- Add support for parsing Mermaid standard syntax output format
- Introduce configuration option for custom Ollama service interface address to enhance flexibility
- Synchronize and maintain the latest Ollama model library list
fix: resolve issues
- Display error messages when model invocation fails to facilitate troubleshooting
- Fix issue where the Ollama model storage directory configuration did not take effect immediately
v1.1.6
- Fixed the issue where knowledge base document embedding would infinitely wait in certain scenarios.
- Added a mechanism to detect the availability of embedding models.
- Improved the PDF parser to enhance usability and better preserve formatting.
- Added support for selecting the model installation location.