Trending
DR Congo Ebola outbreak may have begun in February: WHO regional chief is trending now Niger records 17 diphtheria deaths, assures free treatment for accident, snake bite victi… is trending now AHF unveils HIV, TB media reporting project for journalists is trending now Interstellar Travel May Soon Be Within Reach is trending now 240-million-year-old reptile fossil reveals a lost chapter before dinosaurs and crocodiles is trending now Space mirrors could ruin astronomy — and your eyes is trending now Solar eclipse tracker: What time will it hit your location on August 12? is trending now VIDEO: Chelsea injury nightmare as star left in tears during chaotic pre-season draw with… is trending now Michael Carrick has a new Manchester United option up his sleeve is trending now Barcelona put €65 million price tag on PSG-linked superstar is trending now Efemuai wins FIDE Amateur Blitz U-2300 crown in Abuja is trending now VeryDarkMan bows to pressure, withdraws from P-Square family feud [VIDEO] is trending now DR Congo Ebola outbreak may have begun in February: WHO regional chief is trending now Niger records 17 diphtheria deaths, assures free treatment for accident, snake bite victi… is trending now AHF unveils HIV, TB media reporting project for journalists is trending now Interstellar Travel May Soon Be Within Reach is trending now 240-million-year-old reptile fossil reveals a lost chapter before dinosaurs and crocodiles is trending now Space mirrors could ruin astronomy — and your eyes is trending now Solar eclipse tracker: What time will it hit your location on August 12? is trending now VIDEO: Chelsea injury nightmare as star left in tears during chaotic pre-season draw with… is trending now Michael Carrick has a new Manchester United option up his sleeve is trending now Barcelona put €65 million price tag on PSG-linked superstar is trending now Efemuai wins FIDE Amateur Blitz U-2300 crown in Abuja is trending now VeryDarkMan bows to pressure, withdraws from P-Square family feud [VIDEO] is trending now
Physical Therapy

Redis RAG with Nvidia NeMoGuardrails

Redis RAG with Nvidia NeMoGuardrails

Summary This post will cover the usage of guardrails in the context of an RAG application using Redis Stack as the vector store.   Nvidia's guardrail package is used for the railed implementation. Langchain LCEL is used for the non-railed implementation. Content from the online Redis vector search documentation is used for the RAG content GUI is implemented with Chainlit Application Architecture This bot is operating within a Chainlit app.  It has two modes of operation:   'chain' - no guardrails 'rails' - NeMo guardrails in place for both user inputs and LLM outputs Screenshots Bot without rails This first screenshot shows the bot operating with no guardrails.  It does just fine until an off-topic question is posed - then it cheerfully deviates from its purpose. Bot with rails Same series of questions here with guardrails enabled.  Note that it keeps the user on topic now. Code Snippets Non-railed chain (LCEL) Railed with NeMO Guardrails Source https://github.com/redis-developer/llm-redisrail Copyright  ©2024 Joey E Whelan, All rights reserved.

View original source →

Related