Skip to content

gschwepp/CAIML_RAG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Collection of Content made for the CAIML Meetup #29 Talk by Emil Bohleber

Advanced Improvement Strategies for Your RAG Pipeline

In recent times, as Large Language Models (LLMs) have gained popularity in the tech world, there's been a big push to find ways to make these models even better by feeding them data that's specific to certain areas or topics. One of the standout methods for doing this is called Retrieval Augmented Generation, or RAG for short. But, like anything else, RAG comes with its own set of issues, such as Vector similarity and vector space density issues, or sparse retrieval challenges. In my talk, I'll dive into some strategies that have shown promise in tackling these issues. We'll go through examples to see these strategies in action and we'll take a look at some code to understand how these solutions work in practice, and what kind of improvements we might expect from them.

Slides

Slides are located in the /docs folder. You can view them here.

Code

The code is located in the /code folder. We're using Jupiter notebooks to run the code. You can run the code by installing the requirements and running the notebooks.

Sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%