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
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
based of path you have pasted looks like the path is wrong, post \llm-math\chain.json
I think chain = load_chain(r"lc://chains/llm-math/chain.json") will work
anyhow it is deprecated
C:\Users\sagar.desai\Anaconda3\envs\GenAI\lib\site-packages\langchain\chains\llm_math\base.py:50: UserWarning: Directly instantiating an LLMMathChain with an llm is deprecated. Please instantiate with llm_chain argument or using the from_llm class method.
warnings.warn(
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I exectuted the code below
I met the following error
ValueError: Could not find file at https://raw.githubusercontent.com/hwchase17/langchain-hub/master/chains\llm-math\chain.json
The text was updated successfully, but these errors were encountered: