Local RAG for Folder Workflows: A Filesystem Vector Store with LlamaIndex & Nomic
Adding a fast, local vector store to the folder workflow pattern — LlamaIndex ingests dropped documents, Nomic embeddings via Ollama do the maths, and a plain JSON store on disk gives the agent retrieval-augmented context without ever handing it the filesystem.
AI