Generating answers from custom data. #1085
Unanswered
VikasRathod314
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
-
When i ask 30 questions and expecting answers of each of the questions but getting only 13 answers out of 30.
how i can solve this with Lang chain.
I am using (llm_chain = LLMChain(
prompt=long_prompt,
llm=davinci
))
qs_str = [List of questions]
print(llm_chain.run(qs_str))
Beta Was this translation helpful? Give feedback.
All reactions