@llama_index
Advanced RAG with Guardrails 🛡️ If you want to build user-facing RAG, you not only need to setup advanced retrieval, but also need to apply requisite layers of input/output filters for the following: ✅ content moderation ✅ topic guidance ✅ hallucination prevention @wenqi_glantz’s latest article shows you how to do both! Use LlamaIndex small-to-big retrieval with NeMo Guardrails (@NVIDIA) to define input/output rails. Get both accurate responses, but also secure 🔐the user experience against unexpected behavior. Blog: https://t.co/SPWg1fTkVx Colab: https://t.co/kKZytBMqNN Repo: https://t.co/LQakGIX21k
Towards Data Science
NeMo Guardrails, the Ultimate Open-Source LLM Security Toolkit
This article explores NeMo Guardrails, an open-source toolkit by NVIDIA for enhancing LLM security through programmable guardrails....
• NeMo Guardrails offers a comprehensive LLM security toolset.
• It includes features like content moderation and hallucination prevention.
Google Colab
Google Colab
Google Colab is a cloud-based Jupyter notebook environment that allows users to write and execute Python code in the browser....
• Free access to GPUs and TPUs for computation.
• Collaborative features for sharing and editing notebooks.
GitHub
GitHub - wenqiglantz/nemo-guardrails-llamaindex-rag: Adding NeMo Guardrails to a LlamaIndex RAG pipe
This repository provides a guide on integrating NeMo Guardrails into a LlamaIndex RAG pipeline for enhanced security....
• Integrates NeMo Guardrails with LlamaIndex RAG.
• Repository includes Jupyter Notebook and Python code.