File tree Expand file tree Collapse file tree 3 files changed +25
-13
lines changed Expand file tree Collapse file tree 3 files changed +25
-13
lines changed Original file line number Diff line number Diff line change 1- { "name" : " nemo-guardrails-toolkit" , "version" : " 0.16 .0" }
1+ { "name" : " nemo-guardrails-toolkit" , "version" : " 0.17 .0" }
Original file line number Diff line number Diff line change @@ -12,6 +12,26 @@ The following sections summarize and highlight the changes for each release.
1212For a complete record of changes in a release, refer to the
1313[ CHANGELOG.md] ( https://github.com/NVIDIA/NeMo-Guardrails/blob/develop/CHANGELOG.md ) in the GitHub repository.
1414
15+ (v0-17-0)=
16+
17+ ## 0.17.0
18+
19+ (v0-17-0-features)=
20+
21+ ### Key Features
22+
23+ - Added support for [ integrating with LangGraph and tool calling] ( ./user-guides/langchain/langgraph-integration.md ) .
24+ - Enhanced support for [ integrating with LangChain ` RunnableRails ` ] ( ./user-guides/langchain/runnable-rails.md ) .
25+ This release supports synchronous and asynchronous operations, streaming, and batch processing.
26+
27+ (v0-17-0-other-changes)=
28+
29+ ### Other Changes
30+
31+ - Improved URL handling for connecting to NemoGuard JailbreakDetect NIM.
32+ Guardrails now tolerates the URL for ` rails.config.jailbreak_detection.nim_base_url ` ending with or without a trailing slash.
33+ Refer to [ ] ( ./user-guides/advanced/nemoguard-jailbreakdetect-deployment.md ) for information about using the NIM.
34+
1535(v0-16-0)=
1636
1737## 0.16.0
Original file line number Diff line number Diff line change 11[
22 {
33 "preferred" : true ,
4+ "version" : " 0.17.0" ,
5+ "url" : " ../0.17.0/"
6+ },
7+ {
48 "version" : " 0.16.0" ,
59 "url" : " ../0.16.0/"
610 },
1115 {
1216 "version" : " 0.14.1" ,
1317 "url" : " ../0.14.1/"
14- },
15- {
16- "version" : " 0.14.0" ,
17- "url" : " ../0.14.0/"
18- },
19- {
20- "version" : " 0.13.0" ,
21- "url" : " ../0.13.0/"
22- },
23- {
24- "version" : " 0.12.0" ,
25- "url" : " ../0.12.0/"
2618 }
2719]
You can’t perform that action at this time.
0 commit comments