Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 645 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 645 Bytes

NeMo-Guardrails

You can find more details at https://github.com/NVIDIA/NeMo-Guardrails.git

Build and Run the guardrails app

cd nemo-guardrails
python -m venv venv
venv\Scripts\activate.bat
setup.bat
python src\input_rails.py
python src\rag.py
nemoguardrails chat --config=config

Challenges

  • Currently all the validations are not done locally.