Skip to content

v0.21.2

Choose a tag to compare

@github-actions github-actions released this 26 Nov 04:40
· 507 commits to master since this release

Update memos config command to give better config result.

$ memos config

base_dir:
  value: ~/.memos
  resolved: /Users/arkohut/.memos
database_path:
  value: database.db
  resolved: /Users/arkohut/.memos/database.db
default_library: screenshots
screenshots_dir:
  value: screenshots
  resolved: /Users/arkohut/.memos/screenshots
server_host: localhost
server_port: 8839
vlm:
  modelname: minicpm-v
  endpoint: xxxx
  token: ********
  force_jpeg: True
  prompt: Describe the image content as detail as possible
ocr:
  endpoint: xxx
  token: ********
  concurrency: 4
  use_local: True
  force_jpeg: False
embedding:
  num_dim: 768
  endpoint: xxx
  model: arkohut/jina-embeddings-v2-base-zh
  use_modelscope: True
  use_local: True
  token: ********
auth_username:
auth_password: ********
default_plugins:
  - builtin_ocr
  - builtin_vlm
record_interval: 4

What's Changed

Full Changelog: v0.21.1...v0.21.2