Shiv Gupta
Shiv Gupta
I don't know what your code outputs look like or what your project structure/content is to help. But I managed to get things up and running, NeMo Guardrails RAG application,...
seems to be an issue with ``` define user ask weather "how is the weather today?" "should I wear a coat?" ``` when that chunk is removed from `colang_content` streaming...
@drazvan wanted to bump this, see if there's anything I can do to circumvent this unexpected result on the latest version of guardrails. Thank you!
@drazvan wow that's an interesting find. What if I set it to the other case in that if else statement, by doing `output_parser: verbose_v1` in my config could that potentially...
@drazvan I have a typical venv just in `Python 3.10` through conda, since my default bash is `Python 3.12.3` (which causes issues overall in AI/ML dev for me at least)...