# Week 4 - Introduction to Retrieval Augmented Generation

### This sessions schedule&#x20;

* Quiz
* Homework presentation
* Short Recap&#x20;
* Projects
* Homework for next week

### Ressources

{% file src="<https://4020123021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHobCAnoTQkN71lOgdv%2Fuploads%2FIZ0r1ecw2EcwDeSDqfOv%2F231121_Introduction_to_Retrieval_Augmented_Generation_final.pptx.pdf?alt=media&token=f700bb76-fa37-408e-a607-1635bd480cae>" %}

### Homework

1. Watch the course “[Large Language Models with Semantic Search](https://learn.deeplearning.ai/large-language-models-semantic-search)”
2. Prepare a short presentation (max 5 min per group) with 2 parts:

* Present your project outline using the template (or improvise)
* Present a rough prototype (or mockup) using LangFlow

Use one of the available no-code tools (or, if you prefer, LangChain) to test the feasibility of your idea by creating a first small prototype.

LangFlow: <https://github.com/logspace-ai/langflow>

Flowise: <https://github.com/FlowiseAI/Flowise>

GPTs: <https://openai.com/blog/introducing-gpts>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-4-introduction-to-retrieval-augmented-generation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
