query
Given a datasource specified in the application configuration, this agent enables submitting queries to that source and outputting the results.
This is very similar to the query-vector-db agent, but it is not limited to vector databases.
Example
Install PostgreSQL in a local minikube cluster:
Specify a datasource in configuration.yaml:
Reference that datasource and submit a query using input message values:
Topics
Input
Output
Configuration
Checkout the full configuration properties in the API Reference page.
Last updated