Add pip installs

This commit is contained in:
Sarah Wooders
2024-07-11 22:23:23 -07:00
parent f4d48a36d2
commit a86a2f89f9

View File

@@ -8,7 +8,12 @@ from memgpt.memory import ChatMemory
"""
This example show how you can add a google search custom function to your MemGPT agent.
First, make sure you run `pip install serpapi`, then setup memgpt with `memgpt configure`.
First, make sure you run:
```
pip install serpapi
pip install llama-index-readers-web
```
then setup memgpt with `memgpt configure`.
"""