Shreya Bhadwal
Shreya Bhadwal
I have tried using memory inside load_qa_with_sources_chain but it throws up an error. Works fine with load_qa_chain. No other way to do this other than creating a custom chain?
I am facing a Warning similar to the one described here #3005 `WARNING:langchain.embeddings.openai:Retrying langchain.embeddings.openai.embed_with_retry.._completion_with_retry in 4.0 seconds as it raised Timeout: Request timed out: HTTPSConnectionPool(host='api.openai.com', port=443): Read timed out. (read...
What's the difference between the two parameters handlers and inheritable_handlers in the callback manager class? Also if I am not wrong, previously there was only AsyncCallBackManager and BaseCallbackManager. What's the...