Skip to content

lukas-xb/lrn-ai-rag-vercel

Repository files navigation

Vercel AI SDK RAG with Ollama and Next.js

This is a learning project built on top of Starter project for the Vercel AI SDK Retrieval-Augmented Generation (RAG) guide.

The chatbot only responds with information that it has within its knowledge base. It can store and retrieve information.

Instead of calling tools which fails sometimes even in supported Ollama models, it parses user request and triggers dedicated tool-like functions. This allows running tool-like operations in models in Ollama that don't support tools, such as gemma3n.

It's a learning project I used to skill up for building another app in which I swap Postgress and pgvector with SQLite -- it contains logs of actions, comments, and stuff left for further reference.

Uses the following stack:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published