Vector Store + RAG
Minimal RAG pipeline with a custom vector store and Mistral via Ollama — no LangChain
A minimal Retrieval-Augmented Generation pipeline in Python: a custom vector store for embedding-based similarity search, connected to Mistral via Ollama — no LangChain or LlamaIndex. Demonstrates core RAG principles with a local setup.