Supported Embedding Models
Lmstudio
You can use embedding models from LM Studio to run Mem0 locally.
Usage
Config
Here are the parameters available for configuring Ollama embedder:
Parameter | Description | Default Value |
---|---|---|
model | The name of the OpenAI model to use | nomic-embed-text-v1.5-GGUF/nomic-embed-text-v1.5.f16.gguf |
embedding_dims | Dimensions of the embedding model | 1536 |
lmstudio_base_url | Base URL for LM Studio connection | http://localhost:1234/v1 |