Hey Product Hunt š, Iām John, one of the founders of Inferable.ai.
Inferable is an open source runtime for building, deploying and observing LLM-powered agents.
Today we are sharing Data Connector which is a bridge between your databases (Postgres, MySQL, SQLite) and APIs (OpenAPI, Graphql) and Inferable.
Data Connector allows you to chat with your data without needing to open any ports to the public internet.
* š Secure Credential Handling: Credentials (DB connection strings, API keys, etc.) never leave your environment. We don't want them! š
* š No open Database Ports: The connector runs inside your network, or in your local machine, and "pulls" instructions from Inferable. No need to open a port to the public internet.
* 𤿠Privacy Mode: Query outputs are never sent to the model. Instead, the function returns results directly to the user without any model involvement.
* š Approval Mode: Add an additional control by requiring manual approval before executing each query.
We would love for you to give it a try and lets us know what you think!
l1m.io