Open issues #4120
Replies: 4 comments
-
It seems the reason for failure is due to passing coroutines into fastapi, which in turn tries to convert to |
Beta Was this translation helpful? Give feedback.
-
these are different errors - with unrelated code paths (redis_ssl for example has nothing to do with ollama async) What exactly is the point of this? |
Beta Was this translation helpful? Give feedback.
-
It's true that they are at different code path. One thing common is that they are caused in proxy and not in SDK. Sometimes we pass coroutines into fastapi, leading to error. At times coroutines are returned from sync function. But as mentioned in #4102 use of The purpose of this discussion is to pool in idea in how to handle async from sync without blocking, as this error is now seen in different issues. |
Beta Was this translation helpful? Give feedback.
-
closing this discussion - all the issues linked are unrelated and it's unclear what the point of this discussion is |
Beta Was this translation helpful? Give feedback.
-
Opening a discussion for bugs caused due to returning async types
connected issues are:
Beta Was this translation helpful? Give feedback.
All reactions