Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image does not have "memgpt" command #1383

Closed
2 tasks
dpkirchner opened this issue May 14, 2024 · 2 comments
Closed
2 tasks

Docker image does not have "memgpt" command #1383

dpkirchner opened this issue May 14, 2024 · 2 comments
Assignees

Comments

@dpkirchner
Copy link

Describe the bug
The docs ask us to run memgpt configure and other command line scripts to interact with memgpt, however if you're using the memgpt/memgpt-server:0.3.14 docker image you'll find there's no such command.

Please describe your setup

Additional context
There's no memgpt command:

root@memgpt-server:/# find / -name memgpt -type f
root@memgpt-server:/# find / -name memgpt.py -type f
root@memgpt-server:/#

The closest thing I can find is /memgpt/cli/cli.py, however I don't see a way to run it.

@sarahwooders
Copy link
Collaborator

Sorry this is unclear from the documentation - you need to install the CLI with pip install pymemgpt and then run memgpt configure. This creates a ~/.memgpt/config file that can be linked in the container. It's a bit hacky right now since we are still working on improving the configuration for the container deployment.

@dpkirchner
Copy link
Author

Ahh, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants