Docs/AI & Knowledge/Knowledge

Knowledge

AI & Knowledge

Knowledge Node

Overview

Configure this node to integrate with external services or perform logic.

Configuration

PropertyTypeDefaultDescription
datasetIdstring—Configuration field for datasetId
querystring—Configuration field for query
topKstring—Configuration field for topK
thresholdstring—Configuration field for threshold

Output Variables

Reference these variables in downstream nodes using the {{node.field}} syntax.

{{knowledge.results}}
anyOutput field: results
{{knowledge.documents}}
anyOutput field: documents
{{knowledge.context}}
anyOutput field: context

Examples

Basic Usage

Example configuration:

{
  "datasetId": "value",
  "query": "value",
  "topK": "value",
  "threshold": "value"
}

Tips & Best Practices

  • •Ensure all required fields are configured.
  • •Check the output variables to see available data.

Try Knowledge in Your Workflow

Create a free account and start building AI-powered workflows with the Knowledge node.

Open Workflow Editor