Navid Pour
Navid Pour
Got the same issue trying to use custom state
This is caused because ConversationalRetrievalQAChain uses the same llm for condensing the QA if you don't provide it with the condense_question_llm parameter. And since your llm has a callback handler,...
Not having this issue on MacOs Ventura
Thanks for submitting this bug report. We're aware of this bug and have it noted down to be fixed.
Would love to use this!!! Please merge as soon as you can
Yes, as @kamath mentioned we only support a local cache at this point. That being said, you can use local caching like this: ``` async function example() { const stagehand...
I see. Yes. Sadly this is not covered with the caching yet. I think this will be part of level 3 caching on Stagehand (we're currently at level 1)
Hi, Looking into this. I haven't been able to reproduce this bug on my side yet. There is an existing (non-deterministic) bug, where copy / paste stops working in chat,...