
Configuration | Description |
Variable Name | The variable name can only contain letters, digits, or underscores, must start with a letter or underscore. Required. |
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. Required. |
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 configured knowledge in the knowledge base, including documents, Q&A, and database. |
By Specific Knowledge | Specific knowledge is divided into document, Q&A, and database. For documents, support manual selection of documents for knowledge retrieval. For Q&As, support enabling or disabling Q&As. If enabled, it will recall all Q&As. For databases, support manual selection of databases for knowledge retrieval. |
According to the label | Indicates retrieving the knowledge scope by document Tag, support input fixed tag value or refer to the variable as tag value. Referencing variables as Tag values can more flexibly control the knowledge search scope. Typical scenario: targeting employees from different departments, case-sensitive to different knowledge scopes. At this point, the employee department can be imported into the system via API parameter method, while tagging knowledge with different department Tags. 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 use in scenarios involving string and semantic association to achieve better comprehensive effect. |
| Semantic Retrieval | Scenarios with low vocabulary overlap between queries and text segments requiring semantic matching. |
Excel Retrieval Enhancement | enabled | Enabled, query and compute Excel spreadsheet based on natural language is supported, but may affect reply duration. |
Document Settings | Number of Recalled | Retrieve the top N document fragments with the highest matching degree, default is 5, max is 10. |
| 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. |
Q&A Settings | Number of Recalled | Retrieve the top N Q&A fragments with the highest matching degree, default is 3, max is 5. |
| 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