Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilBohleber committed Mar 21, 2024
1 parent 9b3d1d4 commit 7de118d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Collection of Content made for the CAIML Meetup #29 Talk 2 by Emil Bohleber
# Collection of Content made for the CAIML Meetup #29 Talk by Emil Bohleber

## Talk summary

### Advanced Improvement Strategies for Your RAG Pipeline
## 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.

Expand Down

0 comments on commit 7de118d

Please # to comment.