NeMo-Guardrails icon indicating copy to clipboard operation
NeMo-Guardrails copied to clipboard

NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.

Results 351 NeMo-Guardrails issues
Sort by recently updated
recently updated
newest added

Hi I was running actions.py via self_fact_check but unsuccessful. As I am getting below error. Error 'LLMTaskManager' object has no attribute 'get_stop_tokens' while execution self_check_facts Traceback (most recent call last):...

bug
status: needs info

Hi @drazvan , Its having another issue on 0.8.0 tag. When I run llama 7b as nemoguardrails chat --config ~/venv/lib/python3.10/site-packages/examples/configs/llm/hf_pipeline_llama2/ (I changed occurance of 13b to 7b in the config.yml...

bug
status: waiting confirmation

Hello, I am facing an error when initializing LLMRails. Here is the error: `srun: error: task 0: Illegal instruction (core dumped)`. I think the error is related to `asyncio`. After...

bug
status: needs info
status: in progress

Error while following the [example](https://github.com/NVIDIA/NeMo-Guardrails/blob/develop/docs/user_guides/langchain/chain-with-guardrails/chain-with-guardrails.ipynb) in the repo ![Screenshot from 2024-02-19 18-42-59](https://github.com/NVIDIA/NeMo-Guardrails/assets/30804112/b1f47adb-b426-4774-9f09-69a1dc95b934)

question
status: waiting confirmation

I want to perform a preprocessing step in some flows. How can I modify the user input message across these flows? Specifically, I aim to alter the last_user_message and proceed...

question
status: waiting confirmation

Hi! I would like to use embeddings_only dialog rails which will fall into fallback: ``` define flow ... priority 0.1 user ... bot responds truthfully ```` when semantic similarity between...

enhancement
status: pending

Failed to use Nemo guardrail with other languages, the responses are always like `I don't understand `, so it does recognize the language of input, but it still provides no...

question

Hi, I want to use the 'nemoguardrails server' in the same way I use 'nemoguardrails chat' But, when I set an 'init' function inside my config.py, the passed parameter to...

The problem appears when attempting to integrate some models (`llama2-7b`, `falcon-7b`, `vicuna-13b`, `llama2-13b`, `mistral-7b`) with some of the moderation tasks such as input validation, fact-checking or jailbreak detection. The official...

If the output of a chain is a string, and it if the guardrails layer is blocking the input, or the output, the response format becomes a dict with the...

enhancement