langchain/libs/core/tests
Eugene Yurtsev cdfb5b4ca1
core[minor]: Chat Models to fallback astream to fallback on sync stream if available (#18748)
Allows all chat models that implement _stream, but not _astream to still have async streaming to work.

Amongst other things this should resolve issues with streaming community model implementations through langserve since langserve is exclusively async.
2024-03-08 13:27:29 -05:00
..
integration_tests core[patch], langchain[patch]: fix required deps (#14373) 2023-12-07 14:24:58 -08:00
unit_tests core[minor]: Chat Models to fallback astream to fallback on sync stream if available (#18748) 2024-03-08 13:27:29 -05:00
__init__.py Separate out langchain_core package (#13577) 2023-11-20 13:09:30 -08:00