diff --git a/memos/config.py b/memos/config.py index 7e53faf..ba05e7b 100644 --- a/memos/config.py +++ b/memos/config.py @@ -36,7 +36,6 @@ class OCRSettings(BaseModel): class EmbeddingSettings(BaseModel): - enabled: bool = True num_dim: int = 768 # will be ignored if use_local is True endpoint: str = "http://localhost:11434/api/embed" diff --git a/memos/default_config.yaml b/memos/default_config.yaml index 0915ce3..01aeee0 100644 --- a/memos/default_config.yaml +++ b/memos/default_config.yaml @@ -33,7 +33,6 @@ ocr: # using local embedding embedding: - enabled: true # this is not used if use_local is true endpoint: http://localhost:11434/api/embed model: arkohut/jina-embeddings-v2-base-zh