This repository containes code from RAG++ : From POC to Production by Cohere and weights and biases.
- Chapter 00 Chapter 00 is about setting up cohere and weave API keys. We will be using Choere command R++ model for building our RAG application and weave for monitoring and evaluating of our LLM application.
- Chapter 01
- Clone this repository
git clone
- Create your python environment
conda create --name rag_advance_env python=3.12
- Install requirments.txt file.
pip install -r requirements.txt