dongzeli95

Results 3 comments of dongzeli95

I can confirm this issue, I tested langchain from_uri function vs using pure sqlalchemy. The langchain function takes 10 more seconds for connecting to the same database. Could someone take...

So upon load testing, I found that if I have 30 concurrent streaming recognize sessions, it would create problem where all threads stuck. I have tried to use both gevent...

@parthea Just confirmed that changing dependency onto `grpcio==1.58.0` didn't help with this issue. Hope that helps.