Supabot transforms raw Supabase documentation into intelligent, contextual AI responses using a hybrid search approach.
Find the pipeline source code on GitHub.
-
HTML Scraping
Extracts raw content from Supabase documentation. -
Text Cleaning
Processes and structures the scraped text for consistency. -
Vector Embeddings
Generates 1536-dimensional embeddings locally (no LLM required). -
Hybrid Search
Combines semantic vector search with traditional keyword matching for optimal results. -
AI Response Generation
Delivers contextual answers based on relevant documentation.
-
Supabase + pgvector
Uses PostgreSQL with the pgvector extension to store and search 1536-dimensional embeddings. -
Hybrid Search Engine
Integrates semantic search and keyword matching for improved accuracy.