dimensionalOS / dimensionalOS/dimos
Postgres memory2 store
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.5k
- Forks
- 808
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 233
Description
Memory2 has sqlite backend which means that dimos module uses resources for writing/encoding/querying, better to delegate this to a serious store.
Deploy postgres as native module perhaps? Docker? not sure
write memory2 posgres backend (no need for migrations, just drop the db)
Synced from DIM-738 by summer
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the Memory2 sqlite backend and tracing how dimos uses it for writing, encoding, and querying. Confirm the intended Postgres deployment approach, then consider the work complete when Memory2 has a functioning Postgres backend without requiring migrations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python, sqlite
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100