Build a production-grade RAG or similarity search using Qdrant and Langchain
In a recent article, I wrote about using Langchain and FAISS to build a RAG system. FAISS, however, is in memory and not scalable when you want to update the training data constantly in real-time. Qdrant is a great alternative to FAISS. In this artic...
Apr 17, 20246 min read388
