You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once supabase-haystack is published on PyPI, add an integration tile so it appears on the Haystack integrations webpage.
Tasks
Create integrations/supabase.md with the correct front matter and content
Add a Supabase logo (supabase.png) to the /logos/ directory
Integration page structure
---layout: integrationname: Supabasedescription: > Use Supabase as a vector store, full-text search backend, or file source in your Haystack pipelines — powered by pgvector, PGroonga, and Supabase Storage.toc: true---
Pipeline example showing a RAG pipeline using SupabasePgVectorDocumentStore
License section
Note: SupabaseVectorBucketDocumentStore is experimental (Supabase Vector Buckets are in alpha upstream) and should be omitted from the tile until stable.
Once
supabase-haystackis published on PyPI, add an integration tile so it appears on the Haystack integrations webpage.Tasks
integrations/supabase.mdwith the correct front matter and contentsupabase.png) to the/logos/directoryIntegration page structure
The body should include:
pip install supabase-haystack)SupabasePgVectorDocumentStore+SupabasePgvectorEmbeddingRetrieverSupabaseGroongaDocumentStore+SupabaseGroongaRetrieverSupabaseBucketDownloaderSupabasePgVectorDocumentStoreReferences
integrations/pgvector.md) for the expected structure