- Published on
Build a simple RAG system in Node.js with OpenAI and plain text files. No vector database, no embeddings: pass docs into the model and get answers.
Express tutorials for Node.js, covering routing, APIs, and wiring up backends for projects like RAG systems and web scrapers.