RAGent: A Multi-Agent PDF Whisperer Built on LangChain + LangGraph
Author(s): Dwaipayan Bandyopadhyay Originally published on Towards AI. Retrieval Augmented Generation is a very well-known approach in the field of Generative AI, which usually consists of a linear flow of chunking a document, storing it in a vector database, then retrieving relevant …
MongoRAG: Leveraging MongoDB Atlas as a Vector Database with Databricks-Deployed Embedding Model and LLMs for Retrieval-Augmented Generation
Author(s): Dwaipayan Bandyopadhyay Originally published on Towards AI. Today, in this article, I will give a detailed walkthrough about how we can leverage MongoDBβs own Atlas as a Vector Search Index and Embedding model and LLM served as an endpoint in the …