RAGondin is the project dedicated to experiment with advanced RAG (Retrieval-Augmented Generation) techniques to improve the quality of such systems. We start with vanilla implementation and will build up to more advanced techniques to address many challenges and edge-cases of RAG applications.
- Experiment with advanced RAG techniques
- Develop evaluation metrics for RAG applications
- Collaborate with the community to innovate and push the boundaries of RAG applications
-
Clone the repository to your local machine:
git clone https://github.com/OpenLLM-France/RAGondin.git
-
Install the necessary dependencies listed in the requirements.txt file:
pip install -r requirements.txt
-
Run the Qdrant docker container:
docker run -p 6333:6333 -v $(pwd)/data/qdrant/storage:/qdrant/storage qdrant/qdrant
-
Experiment with implementations and contribute back to the repository.
Contributions to this repository are welcomed and encouraged!
This repository is for research and educational purposes only. While efforts are made to ensure the correctness and reliability of the code and documentation, the authors cannot guarantee its fitness for any particular purpose. Use at your own risk.
This repository is licensed under the MIT License - see the LICENSE file for details.