Knowledge
Use vector search
Configuration
Search
Operation
Search
Knowledge Base*
Select knowledge base
Search Query
Enter your search query (optional when using tag filters)
Number of Results
Enter number of results (default: 10)
Tag Filters
Add tag filters
Search (
knowledge_search)Search for similar content in a knowledge base using vector similarity
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
knowledgeBaseId | string | Yes | ID of the knowledge base to search in |
query | string | No | Search query text (optional when using tag filters) |
topK | number | No | Number of most similar results to return (1-100) |
tagFilters | array | No | Array of tag filters with tagName and tagValue properties |
items | object | No | No description |
properties | string | No | No description |
tagName | string | No | No description |
tagValue | string | No | No description |
tagFilters | string | No | No description |
Output
| Parameter | Type | Description |
|---|---|---|
documentId | string | Document ID |
documentName | string | Document name |
content | string | Content of the result |
chunkIndex | number | Index of the chunk within the document |
similarity | number | Similarity score of the result |
Upload Chunk
Operation
Upload Chunk
Knowledge Base*
Select knowledge base
Document*
Select document
Chunk Content*
Enter the chunk content to upload
Upload Chunk (
knowledge_upload_chunk)Upload a new chunk to a document in a knowledge base
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
knowledgeBaseId | string | Yes | ID of the knowledge base containing the document |
documentId | string | Yes | ID of the document to upload the chunk to |
content | string | Yes | Content of the chunk to upload |
Output
| Parameter | Type | Description |
|---|---|---|
chunkId | string | Chunk ID |
chunkIndex | number | Index of the chunk within the document |
content | string | Content of the chunk |
contentLength | number | Length of the content in characters |
tokenCount | number | Number of tokens in the chunk |
enabled | boolean | Whether the chunk is enabled |
createdAt | string | Creation timestamp |
Create Document
Operation
Create Document
Knowledge Base*
Select knowledge base
Document Name*
Enter document name
Document Content*
Enter the document content
Document Tags
Document Tags
Create Document (
knowledge_create_document)Create a new document in a knowledge base
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
knowledgeBaseId | string | Yes | ID of the knowledge base containing the document |
name | string | Yes | Name of the document |
content | string | Yes | Content of the document |
tag1 | string | No | Tag 1 value for the document |
tag2 | string | No | Tag 2 value for the document |
tag3 | string | No | Tag 3 value for the document |
tag4 | string | No | Tag 4 value for the document |
tag5 | string | No | Tag 5 value for the document |
tag6 | string | No | Tag 6 value for the document |
tag7 | string | No | Tag 7 value for the document |
documentTagsData | array | No | Structured tag data with names, types, and values |
Output
| Parameter | Type | Description |
|---|---|---|
documentId | string | Document ID |
documentName | string | Document name |
type | string | Document type |
enabled | boolean | Whether the document is enabled |
createdAt | string | Creation timestamp |
Usage Instructions
Integrate Knowledge into the workflow. Can search, upload chunks, and create documents.
Notes
- Category:
blocks - Type:
knowledge