Newsletter
Get notified when new AI tools are added
Join the community.
datasette-chatgpt-plugin is a Datasette plugin that turns your Datasette instance into a ChatGPT plugin. It lets you ask questions about data stored in Datasette directly from ChatGPT and receive answers based on the contents of your tables and views.
The plugin adds the integration layer needed for ChatGPT to connect to Datasette. This allows the model to run queries against published data and return results in a conversational format.
Install it in the same environment where Datasette is running, on a deployed instance:
datasette install datasette-chatgpt-pluginKeep in mind that even with data access, ChatGPT can still hallucinate results. Treat responses as guidance and verify conclusions against the original data and queries.