Centralized Database Backend (postgres) #1241
Replies: 1 comment
-
|
I need this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before submitting
Is your feature request related to a problem? Please describe.
I run Claude Code on multiple machines and the usage of sqlite isolates the memory to a single machine. Centralizing the database would allow memory to be shared across machines.
Describe the solution you'd like
I think postgres may be an alternative here -- however, I see Chroma can run as a scaled distributed environment-- maybe this is the best way.
Describe alternatives you've considered
I've looked at chroma, but it's unclear how to migrate from sqlite to Chroma, and then how to merge the sqlite db from the other machine.
Additional context
n/a
Beta Was this translation helpful? Give feedback.
All reactions