My
FnRetrieverOpenAIAgent.from_retriever(obj_index.as_retriever(), verbose=True,
chat_history=self.chat_history,
system_prompt=self.system_prompt
)
was working until recently, now I'm getting the following error:
DEBUG:llama_index.indices.utils:> Top 1 nodes:
[Node 2339e84f-5d1e-4b56-9f7e-ad3d8a555f7b] [Similarity score: 0.680813] Tool name: get_location_information
Tool description: get_location_information(address: str, cate...
An exception occurred: There is no current event loop in thread 'Thread-1'.
Any ideas what could have went wrong during update ? Thanks a lot