:hidden:
:maxdepth: 2
:caption: Contents
1-hello-world/README
2-core-colang-concepts/README
3-demo-use-case/README
4-input-rails/README
5-output-rails/README
6-topical-rails/README
7-rag/README
This Getting Started section of the documentation is meant to help you get started with NeMo Guardrails. It is structured as a sequence of guides focused on specific topics. Each guide builds on the previous one by introducing new concepts and features. For each guide, in addition to the README, you will find a corresponding Jupyter notebook and the final configuration (config.yml) in the config folder.
- Hello World: get started with the basics of NeMo Guardrails by building a simple rail that controls the greeting behavior.
- Core Colang Concepts: learn about the core concepts of Colang: messages and flows.
- Demo Use Case: the choice of a representative use case.
- Input moderation: make sure the input from the user is safe, before engaging with it.
- Output moderation: make sure the output of the bot is not offensive and making sure it does not contain certain words.
- Preventing off-topic questions: make sure that the bot responds only to a specific set of topics.
- Retrieval Augmented Generation: integrate an external knowledge base.