langchain
fe740a93 - fix(docs): `chatbot.ipynb` trimming regression (#32561)

Commit
262 days ago
fix(docs): `chatbot.ipynb` trimming regression (#32561) Supersedes #32544 Changes to the `trimmer` behavior resulted in the call `"What math problem was asked?"` to no longer see the relevant query due to the number of the queries' tokens. Adjusted to not trigger trimming the relevant part of the message history. Also, add print to the trimmer to increase observability on what is leaving the context window. Add note to trimming tut & format links as inline
Author
Parents
Loading