
Dockerizing a RAG Application with FastAPI, LlamaIndex, Qdrant and Ollama
Introduction In the previous article, we built a local RAG api using FastAPI, LlamaIndex and Qdrant to query documents with the help of a local LLM running via Ollama. While the application work...