NeMo-Guardrails
NeMo-Guardrails copied to clipboard
NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
## Description The LLM is returning the bot action inconsistently. When it returns something in a format the system does not expect, a colang parsing error happens and the application...
## Description The current implementation does not support messages that have a System Message ```python guardrails_config = RailsConfig.from_path() guardrails = RunnableRails(guardrails_config) client = ChatOpenAI( base_url=GEN_AI_ENDPOINT, api_key=GEN_AI_ENDPOINT_AUTHORIZATION, model= MODEL_NAME, temperature=0 )...
update Poetry to version 2.1.2 across workflows and remove restrictions in pyrpoject.toml
## Description Some changes to guardrails library so that users do not re-implement self check flows.
## Description ## Related Issue(s) ## Checklist - [ ] I've read the [CONTRIBUTING](https://github.com/NVIDIA/NeMo-Guardrails/blob/develop/CONTRIBUTING.md) guidelines. - [ ] I've updated the documentation if applicable. - [ ] I've added tests...
## Description The existing streaming info was identified as advanced. It's become a common and expected feature and needs more visibility. I'm suggesting that we redirect the [streaming.html](https://nvidia.github.io/NeMo-Guardrails/review/pr-1007/user-guides/advanced/streaming.html) page to...
## Description This is a dummy PR just so we can all look at what the extension can get us. My interest was to add reference doc for the configuration...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.2 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...
## Description This PR makes Python actions fully compatible with the [UMIM](https://docs.nvidia.com/ace/latest/modules/umim/index.html) event architecture. Python actions can now be used for fully parallel tasks. They now support: * ActionStarted events...