Supported Embedding Models
Hugging Face
You can use embedding models from Huggingface to run Mem0 locally.
Usage
Config
Here are the parameters available for configuring Huggingface embedder:
Parameter | Description | Default Value |
---|---|---|
model | The name of the model to use | multi-qa-MiniLM-L6-cos-v1 |
embedding_dims | Dimensions of the embedding model | selected_model_dimensions |
model_kwargs | Additional arguments for the model | None |