This repository contains the code and resources for deploying a Retrieval-Augmented Generation (RaG) application using Qdrant, Langchain, and OpenAI technologies. The project demonstrates how to integrate these tools to build a robust and scalable application for information retrieval and generation.
- Document Preprocessing: Load and preprocess documents for indexing.
- Document Indexing: Store documents in Qdrant for efficient retrieval.
- Question Retrieval: Use Langchain and OpenAI to retrieve and generate answers from indexed documents.
-
Clone the repository:
git clone https://github.com/Saba-Gul/LLMOps-Deploying-RaG-Application-With-Qdrant-Langchain-OpenAI.git cd LLMOps-Deploying-RaG-Application-With-Qdrant-Langchain-OpenAI