Retrieval Augmented Generation (RAG)

Part two of the AI Engineering Course, focusing on Retrieval Augmented Generation (RAG) and its applications.

LLM Resources: Organized by Topic

The first part is all about parameter-efficient fine-tuning (PEFT)and model adaptation. Adapters and LoRA are both parameter-specific fine-tuning methods.

Title and abstract of the low rank adaptation (LoRA) paper

Fine-Tuning & Model Adaptation

Foundational Papers:

Implementation Tools:

Prompting Techniques

Research Papers:

Guides & Resources:

Document Processing & Text Preparation

Document Parsing:

Text Chunking:

Embeddings & Vector Representations

Foundational Research:

Embedding APIs & Models:

Multimodal Embeddings:

Vector Search & Retrieval

Vector Databases & Search:

RAG Techniques:


See Also