Supabase (Postgres)
Supabase is an open-source
Firebase
alternative.Supabase
is built on top ofPostgreSQL
, which offers strongSQL
querying capabilities and enables a simple interface with already-existing tools and frameworks.
PostgreSQL also known as
Postgres
,is a free and open-source relational database management system (RDBMS)emphasizing extensibility andSQL
compliance.
Installation and Setup
We need to installsupabase
python package.
pip install supabase
Vector Store
See ausage example.
from langchain_community.vectorstoresimport SupabaseVectorStore
API Reference:SupabaseVectorStore