local embedding in python without ollama running #2015
swaipdev
started this conversation in
Knowledge Base
Replies: 1 comment
-
This would work (I imagine) by creating a new local embedding class in mem0/embeddings, that creates embeddings locally. config = { Does this approach make any sense ? |
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
-
Hi, for an offline app, I am trying to embed locally with just python (I don't want my user to have to install Ollama to do this).
Is this possible in mem0 ?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions