This project is designed to query data about VIT University using Retrieval-Augmented Generation (RAG) techniques with LangChain and the Mistral LLM.
This project leverages the power of LangChain and Mistral LLM to efficiently query and retrieve data about VIT University, including its national and world rankings, scores, and other relevant information.
- Retrieval-Augmented Generation (RAG): Enhances the querying process by combining retrieval-based and generation-based approaches.
- LangChain Integration: Utilizes the LangChain library for seamless data handling and querying.
- Mistral LLM: Employs the Mistral language model for generating accurate and comprehensive responses.
To get started with this project, follow these steps:
- Python 3.x
- Jupyter Notebook
- Required Python libraries (listed in
requirements.txt
)
-
Navigate to the provided Colab notebook link:
- Open Colab link.
- Follow the instructions in the notebook to run the data query process.
- Input your queries related to VIT University to retrieve relevant data.