Skip to content

Commit

Permalink
docs: add install instructions for docker (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker authored May 1, 2024
1 parent f27c6c9 commit 9419b77
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ You can view the list of available in-chat commands (e.g. `/memory`, `/exit`) in
You can use MemGPT to depoy agents as a *service*. The service requires authentication with a MemGPT admin password, which can be set with running `export MEMGPT_SERVER_PASS=password`. You can start a MemGPT service in two ways:

**Option 1 (Recommended)**: Run with docker compose
1. Clone the repo: `git clone git@github.com:cpacker/MemGPT.git`
2. Run `docker compose up`
3. Go to `memgpt.localhost` in the browser to view the developer portal
1. [Install docker on your system](https://docs.docker.com/get-docker/)
2. Clone the repo: `git clone git@github.com:cpacker/MemGPT.git`
3. Run `docker compose up`
4. Go to `memgpt.localhost` in the browser to view the developer portal

**Option 2:** Run with the CLI:
1. Run `memgpt server`
Expand All @@ -66,7 +67,7 @@ MemGPT is designed to be model and provider agnostic. The following LLM and embe
| Azure OpenAI |||
| Google AI (Gemini) |||
| Anthropic (Claude) |||
| Groq | ⌛ (in-progress) ||
| Groq | ✅ (alpha release) ||
| Cohere API |||
| vLLM |||
| Ollama |||
Expand Down

0 comments on commit 9419b77

Please # to comment.