Replies: 1 comment
-
@luanans Another approach, instead of using |
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.
-
Checked other resources
Commit to Help
Example Code
Description
I’m a beginner with LangChain, and I’m working on a project that requires making parallel requests to process the same input text across multiple categories. Here’s the challenge: each category needs a different set of examples to guide the output generation.
Here’s what I’m trying to achieve:
What I’ve tried so far:
I’m new to LangChain, so any help or suggestions (even simple ones!) would be highly appreciated.
System Info
langchain==0.3.4
langchain-core==0.3.12
langchain-google-genai==2.0.1
langchain-google-vertexai==2.0.5
langchain-text-splitters==0.3.0
Note: you may need to restart the kernel to use updated packages.
Beta Was this translation helpful? Give feedback.
All reactions