NeMo-Guardrails
NeMo-Guardrails copied to clipboard
NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
How to integrate PEFT finetuned mistral model located in my local directory with NeMo-Guardrails. Please share the example notebooks with sample **yaml_content** and **colang_content**
I try this code : !rm -r config !pip install -q -U google-generativeai import pathlib import textwrap import google.generativeai as genai from IPython.display import display from IPython.display import...
Hello Very quick question / topic. Is there a `.nemoignore` file to be added to the projects when loading `LLMRails` for example? Thing is, if I am doing some testing...
I wanted to add a fixed prefix to all my bot responses so I had a colang file of this format: ```colang define bot refuses to respond "Guardrail response: Sorry...
Can I only evaluate the input rails (such as https://github.com/NVIDIA/NeMo-Guardrails/blob/develop/docs/evaluation/README.md#moderation-rails), without specifying a LLM? e.g. I want to evaluate how the input rail responds to Anthropic [Red Team Attempts dataset](https://huggingface.co/datasets/Anthropic/hh-rlhf/tree/main/red-team-attempts)?...
Hi, Working on implementing Fact-check solution. I need to understand how can I send context from `GraphCypherQAChain`. ``` def _get_qa_chain_graph(llm): """Initializes a QA chain using the jobs report. It uses...
hi, I am trying to register custom action in rails but it always fails. Unable to understand the error. Even if the function is as simple as returning a simple...
If a third party API is used, some external guardrails can block the LLM generation. If this happens, currently a `None` response is returned. There should be an option to...
Hello, I've been able to get OpenAI and Bedrock models to work as the main model in Nemo Guardrails, but for some reason I've been having real trouble with Dolly....
Nemo guard rails are great but it would be significantly better if there is Typescript support of any kind. I would love to see official support for TypeScript or JavaScript,...