How to Implement mem0/oss with Vite + Electron #3187
Unanswered
abiyyufahri
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi everyone,
I've been working on integrating the mem0 package into an Electron + Vite setup, and I wanted to share the correct implementation steps and highlight a critical issue that may occur during production packaging.
After building for production with electron-builder and launching the app, the app may crash immediately on launch with a cryptic error such as:
Error: Cannot find module 'mem0ai'
or
Error: Cannot find module 'neo4j-driver'
Beta Was this translation helpful? Give feedback.
All reactions