fix_agent_callbacks
Harrison Chase 1 year ago
parent 948b14b52a
commit 66786b0f0f

@ -5,7 +5,7 @@
"id": "517a9fd4",
"metadata": {},
"source": [
"# BabyAGI User Guide\n",
"# BabyAGI with Tools\n",
"\n",
"This notebook builds on top of [baby agi](baby_agi.ipynb), but shows how you can swap out the execution chain. The previous execution chain was just an LLM which made stuff up. By swapping it out with an agent that has access to tools, we can hopefully get real reliable information"
]
@ -54,9 +54,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install faiss-cpu > /dev/null",
"%pip install google-search-results > /dev/null",
"from langchain.vectorstores import FAISS\n",
"%pip install faiss-cpu > /dev/null%pip install google-search-results > /dev/nullfrom langchain.vectorstores import FAISS\n",
"from langchain.docstore import InMemoryDocstore"
]
},

Loading…
Cancel
Save