Skip to content

Commit

Permalink
fix newlines in babyagi agent notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ecneladis committed Apr 14, 2023
1 parent 016738e commit ae485b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/use_cases/agents/baby_agi_with_agent.ipynb
Expand Up @@ -54,7 +54,9 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install faiss-cpu > /dev/null%pip install google-search-results > /dev/nullfrom langchain.vectorstores import FAISS\n",
"%pip install faiss-cpu > /dev/null\n",
"%pip install google-search-results > /dev/null\n",
"from langchain.vectorstores import FAISS\n",
"from langchain.docstore import InMemoryDocstore"
]
},
Expand Down

0 comments on commit ae485b6

Please sign in to comment.