From cc24ccf11edb3ef31cc360c7fdaf6921d8bd2757 Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:15:07 +0800 Subject: [PATCH] feat: always enable embeddings part --- memos/config.py | 1 - memos/default_config.yaml | 1 - 2 files changed, 2 deletions(-) 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