# Practical Engineering with LLMs

- [Week 1- General Introduction](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-1-general-introduction.md)
- [Week 2 - Prompt Engineering](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-2-prompt-engineering.md)
- [Week 3 - Introduction to LangChain](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-3-introduction-to-langchain.md)
- [Week 4 - Introduction to Retrieval Augmented Generation](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-4-introduction-to-retrieval-augmented-generation.md)
- [Week 5 - Advanced Retrieval Augmented Generation](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-5-advanced-retrieval-augmented-generation.md)
- [Week 6 - Building User Interfaces with Gradio](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-6-building-user-interfaces-with-gradio.md)
- [Week 7 - Evaluation of LLM outputs and structured outputs](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-7-evaluation-of-llm-outputs-and-structured-outputs.md)
- [Week 8 - Open-Source LLMs](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-8-open-source-llms.md)
- [Week 9 - Project Presentations](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-9-project-presentations.md)


---

# 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.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.
