Release v0.6.0 #222
drazvan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release builds on the feedback received over the last few months and brings many improvements and new features. It is also the first beta release for NeMo Guardrails. Equally important, this release is the first to include LLM vulnerability scan results for one of the sample bots.
Release highlights include:
single_call
mode orembeddings_only
mode for dialog rails.Detailed changes are included below.
Added
rails.dialog.single_call.enabled
toTrue
).prompting_mode
.--prefix
and--auto-reload
in the guardrails server.RailsConfig.from_content(config=...)
.LLMRails.explain()
(see the Getting Started guide for sample usage).Changed
/v1/chat/completion
using messages with the type"role"
.do $some_name
.async
functions.Fixed
max_length
attribute in Prompt Templates.nest_asyncio
initialization.HuggingFacePipeline
bug related to LangChain version upgrade.This discussion was created from the release Release v0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions