langchain-ai / langchain-cohere

MIT License
20 stars 18 forks source link

ChatCohere does not work with asynchronous operations in 0.1.8 #64

Closed robcaulk closed 1 week ago

robcaulk commented 3 weeks ago

In the current released version, your asynchronous operation _agenerate() is a blocking call.

However, someone has fixed this already - https://github.com/langchain-ai/langchain-cohere/commit/038cdedd49056a3b917c4e9a2d5568f490a8e4b5

But you have yet to release a new package with the fix.

When will the new package be released so that ChatCohere can be used asynchronously?

robcaulk commented 1 week ago

Resolved with 0.1.9