You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chain-1: Input Raw data ( which includes text data enclosed in between HTML tags, image, and video URLs). This chain will extract the Text data from the raw data.
Chain-2: Corrects the Grammar and Typo in the text data.
Chain-3: Should reinsert the HTML tags in the corrected text data, including image and Video URLs.
Now I want to carry over the raw input data until chain-3.
But i am facing the error.
I tried attaching the raw data using the "RunnableLambda" function of Langchain after the chain-1 runs sucessfully. But it is not getting passed.
How can I resolve this ? Is there any other different approach I should try ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I developed a small use case project.
Chain-1: Input Raw data ( which includes text data enclosed in between HTML tags, image, and video URLs). This chain will extract the Text data from the raw data.
Chain-2: Corrects the Grammar and Typo in the text data.
Chain-3: Should reinsert the HTML tags in the corrected text data, including image and Video URLs.
Now I want to carry over the raw input data until chain-3.
But i am facing the error.
I tried attaching the raw data using the "RunnableLambda" function of Langchain after the chain-1 runs sucessfully. But it is not getting passed.
How can I resolve this ? Is there any other different approach I should try ?
Beta Was this translation helpful? Give feedback.
All reactions