Disable Qute Templating for AiService #1878
Unanswered
KaiSuchomel
asked this question in
Q&A
Replies: 1 comment 16 replies
-
|
Interesting use case... We can't really turn off the Qute interpolation, as that would break the rest of the user message handling. |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am getting the following Exception:
I am doing Rag and in my documents that i ingest are sometimes texts like {xxx}.
This leads to the Exception above. The question now is can i disable the qute templating??
I have tried with (#1221)
but with no effect.....
Example workflow:
So far i tried to replace the Curly Braces with [] but in streaming (Multi) this is not working.
Beta Was this translation helpful? Give feedback.
All reactions