Skip to content

docs: add parallel rail section + split config page #1295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 29, 2025
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ release-notes.md
:name: Common Tasks
:hidden:

user-guides/configuration-guide
user-guides/configuration-guide/index
user-guides/guardrails-library
user-guides/guardrails-process
user-guides/colang-language-syntax-guide
Expand Down
10 changes: 10 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ The following sections summarize and highlight the changes for each release.
For a complete record of changes in a release, refer to the
[CHANGELOG.md](https://github.com/NVIDIA/NeMo-Guardrails/blob/develop/CHANGELOG.md) in the GitHub repository.

(v0-15-0)=

## 0.15.0

(v0-15-0-features)=

### Features

- Added parallel execution for input and output rails. To learn more, refer to [](parallel-rails).

(v0-14-1)=

## 0.14.1
Expand Down
Loading