
Configuration | Description |
Variable Name | The variable name can only contain letters, digits, or underscores, must start with a letter or underscore, and is mandatory. |
Description | Description of this variable. Optional. |
Data source | The data source of this variable supports two options: "refer" and "input". "Refer" allows selecting output variables from all preceding nodes, while "input" supports manually filling in a fixed value. |
Type | The data type of this variable cannot be selected and defaults to the variable type of "refer" or the string type of "input". |
Configuration | Description |
All Knowledge | Indicate to retrieve all knowledge in the knowledge base. |
By Specific Knowledge | For documents, Allows manual selection of documents for knowledge retrieval. For QAs, support enabling or disabling QAs. If enabled, it will recall all QAs. |
According to the label | Indicates retrieving the knowledge scope by document tag, supporting input of fixed tag values or referencing variables as tag values. Referencing variables as tag values allows more flexible control of the knowledge search scope. Typical scenario: targeting employees from different departments, distinguishing knowledge scopes. At this point, the employee department can be imported into the system via API parameters, while tagging knowledge with different department labels. During workflow invocation, dynamically adjust the search scope based on the employee department. |


Configuration | Configuration options | Description |
Retrieval strategy settings | Hybrid Search | Execute keyword retrieval and vector retrieval simultaneously. Recommended for scenarios involving string and semantic association, delivering better comprehensive effect. |
| semantic retrieval | Scenarios with low vocabulary overlap between queries and text segments requiring semantic matching. |
Excel Retrieval Enhancement | enabled | Once enabled, query and compute in Excel spreadsheets is supported based on natural language, but may affect reply duration. |
Document settings | Number of documents recalled | Retrieve the top N document fragments with the highest matching degree, default is 5, max is 10. |
| Document retrieval accuracy | Based on settings, the found text segments will be returned to the LLM as a reply reference. A lower value means more segments are recalled, but it may affect accuracy. Content below the matching degree will not be recalled. Default is 0.2, max is 0.99. |
QA settings | Number of Q&A recalled | Retrieve the top N QA fragments with the highest matching degree, default is 3, max is 5. |
| Q&A retrieval accuracy | Based on settings, the found text segments will be returned to the LLM as a reply reference. A lower value means more segments are recalled, but it may affect accuracy. Content below the matching degree will not be recalled. Default is 0.7, max is 0.99. |



Feedback