update docs (#547)

* update admonitions

* Update local_llm.md

* Update webui.md

* Update autogen.md

* Update storage.md

* Update example_chat.md

* Update example_data.md

* Update example_chat.md

* Update example_data.md
This commit is contained in:
Charles Packer
2023-12-01 11:23:43 -08:00
committed by GitHub
parent b80b816856
commit a2bf5a2b58
7 changed files with 18 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
!!! note "Note"
Before starting this example, make sure that you've [properly installed MemGPT](../quickstart)
## Using MemGPT to chat with your own data
_Before starting this example, make sure that you've [properly installed MemGPT](../quickstart)._
In this example, we're going to use MemGPT to chat with a custom data source. Specifically, we'll try loading in the MemGPT research paper and ask MemGPT questions about it.
### Creating an external data source