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

Updated to v 0.3.1: running server still a problem - missing dirs #987

Closed
philiprhoades opened this issue Feb 10, 2024 · 0 comments · Fixed by #991
Closed

Updated to v 0.3.1: running server still a problem - missing dirs #987

philiprhoades opened this issue Feb 10, 2024 · 0 comments · Fixed by #991
Assignees
Labels
API Related to MemGPT API bug Something isn't working

Comments

@philiprhoades
Copy link

philiprhoades commented Feb 10, 2024

People,

I have updated via:

pip install -U pymemgpt

default dirs should have been automatically created?

Describe the bug
See the attached output.

What is the output of memgpt version? (eg "0.2.4")
0.3.1

How did you install memgpt?
pip install pymemgpt

Describe your setup:
What's your OS
Fedora Linux 38

How are you running memgpt?
tmux Terminal

MemGPT Config

[defaults]
preset = memgpt_chat
persona = phi_rho
human = phr

[model]
model = ehartford/dolphin-2.5-mixtral-8x7b
model_endpoint = https://api.memgpt.ai
model_endpoint_type = vllm
model_wrapper = chatml
context_window = 32768

[embedding]
embedding_endpoint_type = hugging-face
embedding_endpoint = https://embeddings.memgpt.ai
embedding_model = BAAI/bge-large-en-v1.5
embedding_dim = 1024
embedding_chunk_size = 300

[archival_storage]
type = chroma
path = /root/.memgpt/chroma

[recall_storage]
type = sqlite
path = /root/.memgpt

[metadata_storage]
type = sqlite
path = /root/.memgpt

[version]
memgpt_version = 0.3.0

[client]
anon_clientid = 000000000000000000006a2f1aa6ab4d
~~~

[memgpt_server_err.txt](https://github.com/cpacker/MemGPT/files/14228650/memgpt_server_err.txt)

@philiprhoades philiprhoades changed the title Updated to v 0.3.1 - missing dirs Updated to v 0.3.1: running server still a problem - missing dirs Feb 10, 2024
@cpacker cpacker self-assigned this Feb 11, 2024
@cpacker cpacker added bug Something isn't working API Related to MemGPT API labels Feb 11, 2024
@cpacker cpacker moved this from To triage to Ready in 🐛 MemGPT issue tracker Feb 11, 2024
@cpacker cpacker moved this from Ready to In progress in 🐛 MemGPT issue tracker Feb 11, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in 🐛 MemGPT issue tracker Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Related to MemGPT API bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants