Marcin

Results 2 comments of Marcin

Got the same error as @GolfHotelSierra. I am using Langchain LLM, embedding model and an InMemoryDocumentStore. Error: Traceback (most recent call last): File "...\lib\threading.py", line 932, in _bootstrap_inner self.run() File...

The error I encountered was triggered by .from_langchain_document method, specifically the add_nodes method. What fixed the issue for me was updating the langchain packages: `pip uninstall langchain` `pip install langchain`...