NVIDIA / NeMo-Guardrails

NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
Other
4.21k stars 400 forks source link

feat: railsignore added for config loading of LLMRails / RailsConfig #789

Closed ajanitshimanga closed 1 month ago

ajanitshimanga commented 1 month ago

PR adding support for a .railsignore to ignore .co files in LLMRails / RailsConfig.

For issue: https://github.com/NVIDIA/NeMo-Guardrails/issues/277

Tests added and passing fully.

Two follow ups after this PR are:

  1. Looking into add ignoring .py files for ActionDispatcher
  2. Discuss if we want .kb files to be specified as a follow up.
ajanitshimanga commented 1 month ago

Closing PR as I mistakenly untracked action_dispatcher.py while making an adjustment.

ajanitshimanga commented 1 month ago

New PR here: https://github.com/NVIDIA/NeMo-Guardrails/pull/790