Supabase + LangChain together? #7
-
I’m exploring options for building an AI app and noticed many people combine Supabase with LangChain. From what I understand:
So using them together means I can store my data and chat history in Supabase, while LangChain handles the AI logic. Does that sound right? Are there other common patterns? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
maybe storing prompts |
Beta Was this translation helpful? Give feedback.
-
Supabase handles the backend stuff like storing chat history, user data, and auth, while LangChain is the AI brain that processes prompts and connects to LLMs. Together they make it easy to build a full AI app without reinventing the wheel. |
Beta Was this translation helpful? Give feedback.
Supabase handles the backend stuff like storing chat history, user data, and auth, while LangChain is the AI brain that processes prompts and connects to LLMs. Together they make it easy to build a full AI app without reinventing the wheel.