Skip to content

Commit

Permalink
docker dev env cannot even start without this file present, it was re…
Browse files Browse the repository at this point in the history
…moved from the codebase and is not in .gitignore, so not sure how this would work anywhere at the moment
  • Loading branch information
norton120 committed Dec 5, 2024
1 parent 14d0899 commit e8027e9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions configs/server_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[defaults]
preset = memgpt_chat
persona = sam_pov
human = basic

[archival_storage]
type = postgres
path = /root/.memgpt/chroma
uri = postgresql+pg8000://letta:letta@pgvector_db:5432/letta

[recall_storage]
type = postgres
path = /root/.memgpt
uri = postgresql+pg8000://letta:letta@pgvector_db:5432/letta

[metadata_storage]
type = postgres
path = /root/.memgpt
uri = postgresql+pg8000://memgpt:memgpt@memgpt-db:5432/memgpt

[version]
letta_version = 0.6.1

0 comments on commit e8027e9

Please sign in to comment.