Replies: 1 comment
-
Below is my code. Please help me with it. Streaming is not working in this code. model = "tiiuae/falcon-7b-instruct"
llm = HuggingFacePipeline(pipeline=pipe) question_generator = LLMChain(llm=llm, prompt=CONDENSE_QUESTION_PROMPT) qa = ConversationalRetrievalChain( chat_history = [] |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ,
I am using falcon 7b instruct as my llm and I am using RetrievalQA to query against the document. But its taking a minute to return the data. I am trying to stream the result, But it not working as i expected. I saw that its working fine with OpenAIchat.
Please help me to figure out this problem.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions