Marco Magni

Results 5 comments of Marco Magni

I encountered the same issue. I suggest you to debug the execution in the Neo4j console, by executing those two commands. The first is done by adding the following cypher...

The same error happens using Fedora Linux 40, including ``` 00026.321 E: unable to find dependency jaxb for plugin geotools 00026.322 E: unable to find dependency javafx for plugin matsim...

I had the same issue. I tried to solve by adding the following code, but it didn't solve. ```python import nest_asyncio nest_asyncio.apply() ``` Then I tried by increasing those attributes...

I don't know what exactly fixed the issue, but this setup worked without any expectations being raised. Replace the uppercase variables with your proper objects ```python import asyncio from ragas.testset.generator...

> > I don't know what exactly fixed the issue, but this setup worked without any expectations being raised. Replace the uppercase variables with your proper objects > > ```python...