Closed pakcheera closed 1 year ago
Hi! I believe it’s a Langchain issue. Since this package uses async methods, likely the agenerate
method of the gpt4all llm wrapper is not implemented and hence throws this error.
I encountered this before and can confirm
@pakcheera i suggest adding the async
methods first and then trying again.
@pakcheera will be closing this for now as there's nothing to do from lanarky end.
I use the example file "retrieval_qa_w_sources.py" but change the LLM model to GPT4All but It got error that
ERROR - Async generation not implemented for this LLM
Is it not support for that LLM or how I solve it?