Files
rag-agent/README.md
T
2026-05-31 14:23:22 +00:00

199 B

RAG Agent

This repository contains a simple AI agent with RAG memory using Qdrant and Ollama.

Setup

ollama pull llama3
ollama pull nomic-embed-text
pip install -r requirements.txt