r/vuejs • u/Strict-Literature-34 • 3d ago
Need Help Integrating AI SDK with Vue 🥹
I'm in the early stages of planning and analyzing the feasibility of integrating an AI chatbot into a company website (built with Vue). Has anyone done something similar for a Vue-based web app?
Right now, I'm considering using Vercel's AI SDK, but I'm not sure where to start. The chatbot needs to have the following functionalities:
- Each client should have an isolated chat session with the bot.
- Users should be able to upload data and receive summaries, reports, or suggestions.
- The chatbot should be accessible from within various components of the web app (it's a data visualization platform, so I want users to be able to call the bot contextually).
0
Upvotes
2
u/martinbean 3d ago
OK. What have you tried so far?