Replies: 1 comment
-
Hi @scorego, Would you like to take up this part to submit a PR? |
Beta Was this translation helpful? Give feedback.
0 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.
-
I want to use extraction chain with Flowise. Extraction chain is implemented on

LLMChain
, with customizedoutput_parser
andllm_kwargs
, and I cannot find how to configure these parameters in Flowise UI. Is there any plan to support customizing them?SEE https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/chains/openai_functions/extraction.py#L46
PS, I think UI should provide a way to customize all the class field of LLMChain.

Beta Was this translation helpful? Give feedback.
All reactions