# ChatGPT plugins now support Postgres & Supabase

DevFeed: [ChatGPT plugins now support Postgres & Supabase](<https://devfeed.tech/articles/chatgpt-plugins-now-support-postgres-supabase-337.md>)

Original publisher: [Read original article](<https://supabase.com/blog/chatgpt-plugins-support-postgres>)

Author: Egor Romanov; Paul Copplestone

Published: 2023-05-25T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Database](<https://devfeed.tech/topics/database.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [openai](<https://devfeed.tech/tags/openai.md>), [pgvector](<https://devfeed.tech/tags/pgvector.md>), [plugins](<https://devfeed.tech/tags/plugins.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [python](<https://devfeed.tech/tags/python.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>)

## AI overview

Supabase contributed Postgres and Supabase implementations to the OpenAI Retrieval Plugin repository, enabling developers to build ChatGPT plugins that retrieve information from private data sources using pgvector. The article explains how retrieval plugins chunk documents, generate embeddings, store them in a vector database, and query relevant content.

## Source excerpt

Supabase recently contributed to the OpenAI Retrieval Plugin repo with a Postgres and a Supabase implementation to help developers build ChatGPT plugins using pgvector.