Khaled Adrani
Khaled Adrani
"It would allow for things such as streaming step-by-step information to a frontend client for live debugging." Does this mean streaming to frontend is not supported yet? Like using websockets?...
having the same issue, +1
I managed to make a fix, and will be making a pr soon
I am currently checking with the requirements for my pr to be ready for reviewing (format, linting, testing) I will finish them ASAP and this is my first contribution ever...
Hello again, I read in the contribution document that is it possible to add a jupyter notebook example https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md, however, I am unable to find any notebooks in the repository?...
I think someone made an implementation already, but did not report to this issue? Can anyone confirm that it works? (it happened while rebasing my fork, I found almost the...
@VladPrytula is it not fixed for GPT4ALL? Was I mistaken in my previous comment?
Hello, it has been a long time. Was this fixed or not? Otherwise I will be returning to it ASAP?
#14495 as promised, here is the fix for this issue. Need reviewing obviously.
@charlod is the current implementation of ainvoke or acall (going to be deprecated) not working for you? ``` model_response = await qa.ainvoke( input={"query": "what is Python?"} ) ```