You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Eugene Yurtsev a265878d71
langchain_openai[patch]: Invoke callback prior to yielding token (#16909)
All models should be calling the callback for new token prior to
yielding the token.

Not doing this can cause callbacks for downstream steps to be called
prior to the callback for the new token; causing issues in
astream_events APIs and other things that depend in callback ordering
being correct.

We need to make this change for all chat models.
8 months ago
..
cli
community community: revert SQL Stores (#16912) 8 months ago
core core[patch]: Release 0.1.18 (#16870) 8 months ago
experimental
langchain refactor `langchain.prompts.example_selector` (#15369) 8 months ago
partners langchain_openai[patch]: Invoke callback prior to yielding token (#16909) 8 months ago