Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
OurBuilding Ambient Agents with LangGraph course is now available on LangChain Academy!
Open on GitHub

Supabase (Postgres)

Supabase is an open-sourceFirebase alternative.Supabase is built on top ofPostgreSQL, which offers strongSQLquerying capabilities and enables a simple interface with already-existing tools and frameworks.

PostgreSQL also known asPostgres,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

[8]ページ先頭

©2009-2025 Movatter.jp