Replies: 1 comment
-
@Dev-Khant can you please help here? |
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.
-
I was trying to use mem0 with google genai and noticed import error is being triggered inside the mem0 package
This is the stack trace:
I know instead of calling
from google import genai
, it should be usingimport google.generativeai as genai
. Is this a package internal issue?Beta Was this translation helpful? Give feedback.
All reactions