SaaSHub helps you find the best software and product alternatives Learn more →
NeMo-Guardrails Alternatives
Similar projects and alternatives to NeMo-Guardrails
-
text-generation-webui
A Gradio web UI for Large Language Models with support for multiple inference backends.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
guidance
Discontinued A guidance language for controlling large language models. [Moved to: https://github.com/guidance-ai/guidance] (by microsoft)
-
-
basaran
Discontinued Basaran is an open-source alternative to the OpenAI text completion API. It provides a compatible streaming API for your Hugging Face Transformers-based text generation models.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
-
-
-
simpleAI
An easy way to host your own AI API and expose alternative models, while being compatible with "open" AI clients.
-
-
-
transynthetical-engine
Applied methods of analytical augmentation to build tools using large-language models.
-
-
-
-
promptlang
A Prompt based programming language for prompts and AI interactions. Simple and human-readable syntax for easy integration with APIs and data.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NeMo-Guardrails discussion
NeMo-Guardrails reviews and mentions
-
QA System Design with LLMs: Prompt Engineering
# Source: https://github.com/NVIDIA/NeMo-Guardrails rails: input: flows: - check jailbreak - mask sensitive data on input output: flows: - self check facts - self check hallucination - activefence moderation config: sensitive_data_detection: input: entities: - PERSON - EMAIL_ADDRESS
- NeMO Guardrails from Nvidia
-
Run and create custom ChatGPT-like bots with OpenChat
- https://github.com/NVIDIA/NeMo-Guardrails/
- LangChain: The Missing Manual
-
The Dual LLM pattern for building AI assistants that can resist prompt injection
Here's "jailbreak detection", in the NeMo-Guardrails project from Nvidia:
https://github.com/NVIDIA/NeMo-Guardrails/blob/327da8a42d5f8...
I.e. they ask the llm if the prompt will break the llm. (I believe that more data /some evaluation on how well this performs is intended to be released. Probably fair to call this stuff "not battle tested".)
-
How To Setup a Model With Guardrails?
I have been playing around with some models locally and creating a discord bot as a fun side project, and I wanted to setup some guardrails on inputs / outputs of the bot to make sure that it isn't violating any ethical boundaries. I was going to use Nvidia's Nemo guardrails, but they only support openai currently. Are there any other good ways to control inputs?
-
RasaGPT: First headless LLM chatbot built on top of Rasa, Langchain and FastAPI
Thanks, I hadn't seen those. I did find https://github.com/NVIDIA/NeMo-Guardrails earlier but haven't looked into it yet.
I'm not sure it solves the problem of restricting the information it uses though. For example, as a proof of concept for a customer, I tried providing information from a vector database as context, but GPT would still answer questions that were not provided in that context. It would base its answers on information that was already crawled from the customer website and in the model. That is concerning because the website might get updated but you can't update the model yourself (among other reasons).
- How do we prevent prompt injection in a GPT API app?
- Nvidia NeMo Guardrails – open-source guardrails to conversational systems
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Mar 2025
Stats
NVIDIA/NeMo-Guardrails is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of NeMo-Guardrails is Python.
Popular Comparisons
- NeMo-Guardrails VS langchainrb
- NeMo-Guardrails VS guidance
- NeMo-Guardrails VS basaran
- NeMo-Guardrails VS rasa-haystack
- NeMo-Guardrails VS guidance
- NeMo-Guardrails VS text-generation-webui
- NeMo-Guardrails VS lmql
- NeMo-Guardrails VS OpenChat
- NeMo-Guardrails VS transynthetical-engine
- NeMo-Guardrails VS hnsqlite