Add autogen example that lets you chat with docs (#342)

* Relax verify_first_message_correctness to accept any function call

* Also allow missing internal monologue if request_heartbeat

* Cleanup

* get instead of raw dict access

* Support attach in memgpt autogen agent

* Add docs example

* Add documentation, cleanup
This commit is contained in:
Vivian Fang
2023-11-06 21:06:13 -08:00
committed by GitHub
parent 4fed48f75c
commit 1942ecee76
4 changed files with 176 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ In this example, we're going to use MemGPT to chat with a custom data source. Sp
### Creating an external data source
To feed an external data source into a MemGPT chatbot, we first need to create .
To feed external data into a MemGPT chatbot, we first need to create a data source.
To download the MemGPT research paper we'll use `curl` (you can also just download the PDF from your browser):
```sh