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

I am continuously getting below error RuntimeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 from langchain_openai import AzureChatOpenAI 2 3 llm = AzureChatOpenAI( 4 azure_deployment="gpt-35-turbo", # or...

status: needs info

This PR adds Colang commenting feature to VSCode extension. By pressing `Ctrl + /`, VSCode can automatically comment out a line or the selected block.

PR #677 renamed the `eval` directory to be `evaluate`. This PR adjusts sources to changes.

While running the code below : `config = RailsConfig.from_content( colang_content=colang_content, yaml_content=yaml_content ) import nest_asyncio nest_asyncio.apply() guardrails = RunnableRails(config)` I see some 5 files are fetched . `Fetching 5 files: 100%  ...

question

**How to reproduce the issue?** 1. setup AlignScore server and use large model 2. Reference Configuration: https://github.com/NVIDIA/NeMo-Guardrails/blob/develop/examples/configs/rag/fact_checking config: ![Image](https://github.com/user-attachments/assets/afe88f73-6d79-4611-b52e-e3d2b552e0fd) rails: factcheck.co and general.co **Who could help?** @drazvan **Description** Hi I...

bug

Hello, below is my config.yml file rails: input: flows: - self check input - mask sensitive data on input - jailbreak detection heuristics config: sensitive_data_detection: input: entities: - PERSON -...

question

Hello @Pouyanpi @drazvan We have built a RAG chain using langchain and nemo guardrails are wrapping this chain something like ` chain_with_rails = guardrails | chain ` prompt.yml ```yaml prompts:...

question

**🚨 Updates in the discussions below** Fixes [#646](https://github.com/NVIDIA/NeMo-Guardrails/issues/646) ## Problem description First of all, thanks for NeMo-Guardrails! Given two consecutive actions. The first one is a custom RAG, and the...

Description: I'm currently working on implementing guardrails for a text-to-SQL system with Langchain where a user submits a question, which is then converted into a SQL query by an LLM....

status: waiting confirmation