Supabase (Postgres)
Supabase is an open-source
Firebasealternative.Supabaseis built on top ofPostgreSQL, which offers strongSQLquerying 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 andSQLcompliance.
安装与设置
我们需要安装 supabase 个 Python 包。
pip install supabase
向量存储
查看一个 使用示例。
from langchain_community.vectorstores import SupabaseVectorStore
API 参考:SupabaseVectorStore