Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "name": "nemo-guardrails-toolkit", "version": "0.16.0" }
{ "name": "nemo-guardrails-toolkit", "version": "0.17.0" }
20 changes: 20 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ 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-17-0)=

## 0.17.0

(v0-17-0-features)=

### Key Features

- Added support for [integrating with LangGraph and tool calling](./user-guides/langchain/langgraph-integration.md).
- Enhanced support for [integrating with LangChain `RunnableRails`](./user-guides/langchain/runnable-rails.md).
This release supports synchronous and asynchronous operations, streaming, and batch processing.

(v0-17-0-other-changes)=

### Other Changes

- Improved URL handling for connecting to NemoGuard JailbreakDetect NIM.
Guardrails now tolerates the URL for `rails.config.jailbreak_detection.nim_base_url` ending with or without a trailing slash.
Refer to [](./user-guides/advanced/nemoguard-jailbreakdetect-deployment.md) for information about using the NIM.

(v0-16-0)=

## 0.16.0
Expand Down
16 changes: 4 additions & 12 deletions docs/versions1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[
{
"preferred": true,
"version": "0.17.0",
"url": "../0.17.0/"
},
{
"version": "0.16.0",
"url": "../0.16.0/"
},
Expand All @@ -11,17 +15,5 @@
{
"version": "0.14.1",
"url": "../0.14.1/"
},
{
"version": "0.14.0",
"url": "../0.14.0/"
},
{
"version": "0.13.0",
"url": "../0.13.0/"
},
{
"version": "0.12.0",
"url": "../0.12.0/"
}
]