Posted by Aeroi 8 hours ago
> Postgres makes those files searchable. memory.entries stores chunks and line references, memory.embeddings holds 384-dimensional vectors, and memory.claims tracks evidence, confidence, and status.
Is each Muse instance running it's own Postgres??That seems wildly wasteful, especially since earlier in the article it states that the Muse instance has a SQLite database and schema already...
What would prevent them from getting the data out of postgres?
If the only purpose of the sandbox were to isolate the instance of the service the user used then it might be a different expectation.
Seriously, I want to know what's in there!