danwoo
danwoo
@oshai This error occurs when the request has been cancelled. It was reproducible by cancelling the request immediately, right after sending it. I used Postman for that purpose. Here is...
> I don't think there's a way to solve it in jasync at the moment. There actually is a way to solve this in jasync way. Try `concatMap` instead of...
Solved this manually by adding the `stop` parameter, but I think this is a bug. ```python llm = Ollama(model="llama3", stop=["", "", "", "
@oshai Following test code is to reproduce the query confliction error on subscription cancellation. You have to add the following dependency to run the test code. ### build.gradle.kts(:r2dbc-mysql) ```groovy implementation("org.springframework.data:spring-data-r2dbc:1.5.6")...
Yes it's working since 2.0.70. I just upgraded to 2.0.71 and it's working too 😃 Thanks for the quick follow up!