Implementation
Tools need to be tied to an actual implementation that backs it up. E.g. GetCustomerProfile needs to make a REST API call from a system that provides customer profiles; GetCustomerOrders need to make a query to a MongoDB operational database to get orders of a customer. When we create a tool, we create it in the context of a specific system. Dataworkz supports a growing list of Tool implementations -
Dataworkz Dataset
Dataworkz RAG Application
JDBC
MongoDB
Snowflake
REST API
GraphQL
Json
Template
Each tool implementation has its own specific configuration that helps it connect to and query and retrieve data from the system it describes.
Last updated