Closed chandlj closed 3 weeks ago
Hello,
I am trying to use the RAG.as_langchain_retriever() method, but I am receiving the following error:
RAG.as_langchain_retriever()
NameError: name 'ByaldiLangChainRetriever' is not defined
I have tried both running pip install byaldi[langchain] as well as cloning the repo and running pip install .[langchain], to no avail.
pip install byaldi[langchain]
pip install .[langchain]
This is caused by https://github.com/AnswerDotAI/byaldi/issues/42. Seems like there's an oversight there, will fix soon.
Hello,
I am trying to use the
RAG.as_langchain_retriever()
method, but I am receiving the following error:I have tried both running
pip install byaldi[langchain]
as well as cloning the repo and runningpip install .[langchain]
, to no avail.