How to configure a PromptTemplate to a Chain other than LLM Chain #2468
Unanswered
flashslothless
asked this question in
Q&A
Replies: 0 comments
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.
-
Only LLM Chain support PromptTemplate as input. - Ref below chart:

But all the other chains don't support PromptTemplate as input

How to use PromptTemplate when using other chains? eg, Retrieval QA Chain
Thanks
Beta Was this translation helpful? Give feedback.
All reactions