NeMo-Guardrails
NeMo-Guardrails copied to clipboard
NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
# Context I am encountering an issue while testing the NeMo Guardrails Framework Colang 2.x on a platform that utilizes a Firebase database. I have full control over events and...
Colang 2.0 Standard Library Fix, that * Resolves an issue with the avatar posture stuck in thinking state * Adds an option for idle posture (when no user is present)
Added support for azure open ai embedding model.
Hi, I want to know about the Nemo support on [GCP DLP](https://cloud.google.com/security/products/dlp?hl=en) api, if it is under development. If not & it make sense to have it in Nemo, I...
I run phi3 :ollama run phi3:3.8b And I test: `curl http://localhost:11434/api/generate -d '{ "model": "phi3:3.8b", "prompt": "Why is the sky blue?", "stream": false }'` , I can got response, Then...
This PR fixes the issue of multiline `bot say` parameter, which could be a follow-up problem of the #748. Consider the following application: ```colang import core import llm flow main...
Hi , I am using Langchain and need to pass a chat_history from prompt to subchain1 . guardrails = RunnableRails(config) chain = prompt | guardrails | subchain1 chain_with_history = RunnableWithMessageHistory(chain,...
Hi, I have been playing around with the Colang flow control in version 1 and 2. I do not get it to work the way I hoped. First I tried...
Hi , I am using input guardrails for my chatbot which is working perfectly fine in local. The problem is starts deploying the fast API on kubernetes. As soon as...