Next.js Discord

Discord Forum

Is there a way to use vercel ai to ask questions to documents?

Unanswered
Ariegeois posted this in #help-forum
Open in Discord
AriegeoisOP
Currently in need of using vercel ai to ask questions to but only on a set amount of documents that i will be providing... IS this possible?

3 Replies

Vercel AI SDK is just a library to connect to LLMs such as OpenAI, Anthropic and so on.
to bring your own documents to LLMs, you need fine tune or retrieval augmented generation (RAG) with LangChain. for more details, head over to OpenAI's Discord, ask there.
as for Vercel AI SDK, i can take care of it.