mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 18:33:40 +00:00
DOC: Added notes in ipynb file to advise user to upgrade package langchain_openai. For issue: https://github.com/langchain-ai/langchain/issues/26616 (#27621)
Thank you for contributing to LangChain! - [X] **PR title**: DOC: Added notes in ipynb file to advice user to upgrade package langchain_openai. - [X] Added notes from the issue report: to advise the user to upgrade langchain_openai Issue: https://github.com/langchain-ai/langchain/issues/26616 - [ ] **Add tests and docs**: - [ ] **Lint and test**: - [ ] --------- Co-authored-by: Libby Lin <libbylin@Libbys-MacBook-Pro.local> Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
0623c74560
commit
bcff458ae3
@ -9,7 +9,13 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"This notebook shows how to use agents to interact with a `Pandas DataFrame`. It is mostly optimized for question answering.\n",
|
"This notebook shows how to use agents to interact with a `Pandas DataFrame`. It is mostly optimized for question answering.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"**NOTE: this agent calls the `Python` agent under the hood, which executes LLM generated Python code - this can be bad if the LLM generated Python code is harmful. Use cautiously.**"
|
"**NOTE: this agent calls the `Python` agent under the hood, which executes LLM generated Python code - this can be bad if the LLM generated Python code is harmful. Use cautiously.**\n",
|
||||||
|
"\n",
|
||||||
|
"**NOTE: Since langchain migrated to v0.3 you should upgrade langchain_openai and langchain. This would avoid import errors.**\n",
|
||||||
|
"\n",
|
||||||
|
"\n",
|
||||||
|
"pip install --upgrade langchain_openai\n",
|
||||||
|
"pip install --upgrade langchain\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -294,7 +300,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.10.1"
|
"version": "3.11.7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user