You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirming it should just work out of the box, as long as you setup caching on the LLM before you create a trustcall extractor with it. Its working here. I'd suggest confirming caching works as expected before introducing trustcall to the mix.
Hi,
I wanted to use Langchain LLMCaching - https://python.langchain.com/docs/how_to/llm_caching/
How I can use it with trustcall extractor (when input is the same - I would just like to use the cache)?
Just using
set_llm_cache(SQLiteCache(database_path=".langchain.db"))
does not work
The text was updated successfully, but these errors were encountered: