Commit ec7381d
committed
feat: add support for Qwen3 model and optimize various functionalities
feat: add support for Qwen3 model and optimize various functionalities
- 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: resolve several known issues
- Fix various identified bugs1 parent fd7fc2b commit ec7381d
60 files changed
Lines changed: 1684 additions & 801 deletions
File tree
- electron
- data
- rag/doc_engins
- libs
- search_engines
- service
- frontend
- src
- assets
- stores
- views
- Agent
- components
- controller
- store
- Answer
- components
- controller
- ChatContent
- ChatTools
- controller
- store
- Header
- components
- store
- Home/dto
- KnowleadgeStore
- components
- controller
- Question
- Settings
- Sider
- components
- controller
- store
- SoftSettings
- components
- controller
- store
- ThirdPartyApi
- components
- controller
- store
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments