Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.47 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.47 KB

Getting Started

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

  1. Hello World: get started with the basics of NeMo Guardrails by building a simple rail that controls the greeting behavior.
  2. Core Colang Concepts: learn about the core concepts of Colang: messages and flows.
  3. Demo Use Case: the choice of a representative use case.
  4. Input moderation: make sure the input from the user is safe, before engaging with it.
  5. Output moderation: make sure the output of the bot is not offensive and making sure it does not contain certain words.
  6. Preventing off-topic questions: make sure that the bot responds only to a specific set of topics.
  7. Retrieval Augmented Generation: integrate an external knowledge base.