Skip to content

Commit 6434dbe

Browse files
committed
initial code
1 parent 784e995 commit 6434dbe

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

language_agent_tree_search.ipynb

+1-15
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,7 @@
2727
"metadata": {
2828
"id": "_ree_9koxSHc"
2929
},
30-
"outputs": [
31-
{
32-
"name": "stderr",
33-
"output_type": "stream",
34-
"text": [
35-
"/Users/phamtu/miniconda3/lib/python3.12/site-packages/IPython/core/interactiveshell.py:3579: LangChainDeprecationWarning: As of langchain-core 0.3.0, LangChain uses pydantic v2 internally. The langchain_core.pydantic_v1 module was a compatibility shim for pydantic v1, and should no longer be used. Please update the code to import from Pydantic directly.\n",
36-
"\n",
37-
"For example, replace imports like: `from langchain_core.pydantic_v1 import BaseModel`\n",
38-
"with: `from pydantic import BaseModel`\n",
39-
"or the v1 compatibility namespace if you are working in a code base that has not been fully upgraded to pydantic 2 yet. \tfrom pydantic.v1 import BaseModel\n",
40-
"\n",
41-
" exec(code_obj, self.user_global_ns, self.user_ns)\n"
42-
]
43-
}
44-
],
30+
"outputs": [],
4531
"source": [
4632
"from __future__ import annotations\n",
4733
"import getpass\n",

0 commit comments

Comments
 (0)