We launched Convex Components to make adding features to your app easier! 🎉
Learn morenpm create convex -- -t get-convex/convex-ai-chat-openai
AI chat with context retrieval using OpenAI Assistants API.
This app demonstrates how you can add a chat bot to an existing website, powered by Convex and OpenAI's Assistants API.
This is part of a series on implementing RAG multiple ways. Read the full article here, the LangChain version here, or learn how to build a custom implementation with Convex Vector Search here. See other articles on AI here.
App.tsx
src/aiChat
convex/ingest
convex/init.ts
convex/messages.ts
convex/serve.ts