Skip to content

This repository contains code focusing on topics related to production level RAG application.

Notifications You must be signed in to change notification settings

nehaejaz/rag_advance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository containes code from RAG++ : From POC to Production by Cohere and weights and biases.

  1. 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.
  2. Chapter 01

Project setup

  1. Clone this repository
git clone 
  1. Create your python environment
conda create --name rag_advance_env python=3.12
  1. Install requirments.txt file.
pip install -r requirements.txt

About

This repository contains code focusing on topics related to production level RAG application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published