Get Knowledge
The Get Knowledge feature allows you to search and retrieve information directly from your knowledge table without RAG
Add the ‘Insert Knowledge’ Tool step to your Tool
You can add the ‘Insert Knowledge’ Tool step to your Tool by:
- Creating a new Tool, then searching for the ‘Insert Knowledge’ Tool step
- Click ‘Expand’ to see the full Tool step
- Select the Knowledge table you would like to use
- Filter condition: “and” vs “or” when matching data to update:
- Use and when all specified conditions must match for a row to be deleted.
- Use or when any of the conditions can match.
Filter condition only applies if you include more than one object in the filter
- Click ‘Run step’ to test out the Tool
Advanced settings
Fields to include
This is the fields (columns)that will be included in the response. By default, all fields are included.
Number of records to retrieve
This is the number of records to retrieve. By default, 20 records are retrieved.
Common errors
Formatting issues
Formatting issues
This indicates that there is a formatting issue in the “New data to insert” input field. Make sure your object is formatted correctly. Expected property name or '}' in JSON at...
Incorrect data type
Incorrect data type
This means the data being inserted into the knowledge table is not a JSON. Invalid JSON
Formatting Examples
Example 1: Retrieve all large dogs
Example 2: Retrieve all large French Bulldogs
Example 3: Retrieve all large dogs OR small poodles
Ensure to separate each object with a comma if inserting multiple rows.
Frequently asked questions
What is the difference between get knowledge and advanced knowledge search?
Get knowledge allows you to search and retrieve information directly from your knowledge table without RAG.
What format should I use for the filter?
The filter should be a JSON array of objects. Each object should have the field name and the value you want to filter by.