Hi everyone, I'm building a chatbot for a sales team that can query relational data (e.g., 'show open orders for Client X') using natural language.
My Tech Stack:
Database: Supabase (PostgreSQL)
Runtime: Bun (TypeScript)
Hosting: Vercel
Since I’m using Bun, Supabase Edge Functions (Deno-based) are not an option for me. I'm looking for recommendations on frameworks or patterns to bridge the gap between LLMs and Supabase tables within a Bun environment.
Has anyone implemented something similar on Vercel using Bun? Any advice on Text-to-SQL libraries or RAG patterns for structured data would be much appreciated!