Skip to content

ocr不返回结果 #90

@hcy0317

Description

@hcy0317

Describe the bug

使用0.30.0版本时,ocr不会返回结果了,另外每次重启还是会启用vlm插件
memos lib ls返回消息
ID Name Folders Plugins
1 screenshots 1: D:.memos\screenshots 2: builtin_ocr /api/plugins/ocr
1: builtin_vlm /api/plugins/vlm
已经尝试过卸载后删除所有相关文件再重新安装,还是出现一样的问题

Command outputs

Package: 0.30.0, Python: 3.13.6, System: windows/amd64

base_dir:
value: D:/.memos
resolved: D:.memos
database_path:
value: postgresql://postgres:XXX@localhost:XXX/postgres
resolved: None
default_library: screenshots
screenshots_dir:
value: D:/.memos/screenshots
resolved: D:.memos\screenshots
facet: True
server_host: 0.0.0.0
server_port: 8839
vlm:
modelname: minicpm-v
endpoint: http://localhost:11434
token: ********
concurrency: 16
force_jpeg: True
prompt: 请帮描述这个图片中的内容,包括画面格局、出现的视觉元素等
enabled: False
ocr:
endpoint: http://localhost:5555/predict
token: ********
concurrency: 8
use_local: True
force_jpeg: False
enabled: True
embedding:
num_dim: 768
endpoint: http://localhost:11434/v1/embeddings
model: arkohut/jina-embeddings-v2-base-zh
use_modelscope: True
use_local: True
token: ********
auth_username:
auth_password: ********
default_plugins:

  • builtin_ocr
    record_interval: 4
    app_blacklist: []
    watch:
    rate_window_size: 10
    sparsity_factor: 1.0
    processing_interval: 16
    idle_timeout: 300
    idle_process_interval:
    • 00:00
    • 23:59

Screenshots or additional context

Using PostgreSQL
Database initialized successfully at postgresql://postgres:XXX@localhost:XXX/postgres
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
C:\Python313\Lib\site-packages\jieba_compat.py:18: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
�[32m[INFO] 2025-08-30 20:33:59,203 [RapidOCR] base.py:24: Using engine_name: onnxruntime�[0m
�[32m[INFO] 2025-08-30 20:33:59,266 [RapidOCR] download_file.py:60: File exists and is valid: C:\Python313\Lib\site-packages\rapidocr\models\ch_PP-OCRv4_det_infer.onnx�[0m
�[32m[INFO] 2025-08-30 20:33:59,267 [RapidOCR] main.py:55: Using C:\Python313\Lib\site-packages\rapidocr\models\ch_PP-OCRv4_det_infer.onnx�[0m
�[32m[INFO] 2025-08-30 20:33:59,337 [RapidOCR] base.py:24: Using engine_name: onnxruntime�[0m
�[32m[INFO] 2025-08-30 20:33:59,338 [RapidOCR] download_file.py:60: File exists and is valid: C:\Python313\Lib\site-packages\rapidocr\models\ch_ppocr_mobile_v2.0_cls_infer.onnx�[0m
�[32m[INFO] 2025-08-30 20:33:59,338 [RapidOCR] main.py:55: Using C:\Python313\Lib\site-packages\rapidocr\models\ch_ppocr_mobile_v2.0_cls_infer.onnx�[0m
�[32m[INFO] 2025-08-30 20:33:59,371 [RapidOCR] base.py:24: Using engine_name: onnxruntime�[0m
�[32m[INFO] 2025-08-30 20:33:59,378 [RapidOCR] download_file.py:60: File exists and is valid: C:\Python313\Lib\site-packages\rapidocr\models\ch_PP-OCRv4_rec_infer.onnx�[0m
�[32m[INFO] 2025-08-30 20:33:59,378 [RapidOCR] main.py:55: Using C:\Python313\Lib\site-packages\rapidocr\models\ch_PP-OCRv4_rec_infer.onnx�[0m
Using PostgreSQL
2025-08-30 20:34:01 - uvicorn.error - INFO - Started server process [40064]
2025-08-30 20:34:01 - uvicorn.error - INFO - Waiting for application startup.
2025-08-30 20:34:01 - uvicorn.error - INFO - Application startup complete.
2025-08-30 20:34:01 - uvicorn.error - INFO - Uvicorn running on http://0.0.0.0:8839 (Press CTRL+C to quit)
20:34:02.167 GET /api/health
2025-08-30 20:34:02 - uvicorn.access - INFO - 127.0.0.1:49249 - "GET /api/health HTTP/1.1" 200
20:34:02.964 GET /api/libraries
20:34:02.967 connect
20:34:02.969 SELECT postgres
2025-08-30 20:34:02 - uvicorn.access - INFO - 127.0.0.1:49260 - "GET /api/libraries HTTP/1.1" 200
20:34:18.245 DELETE /api/libraries/1/plugins/1
20:34:18.246 connect
20:34:18.247 SELECT postgres
20:34:18.250 SELECT postgres
20:34:18.251 SELECT postgres
20:34:18.252 DELETE postgres
2025-08-30 20:34:18 - uvicorn.access - INFO - 127.0.0.1:49325 - "DELETE /api/libraries/1/plugins/1 HTTP/1.1" 204
20:34:32.324 GET /api/health
2025-08-30 20:34:32 - uvicorn.access - INFO - 127.0.0.1:57039 - "GET /api/health HTTP/1.1" 200
20:34:33.100 GET /api/libraries
20:34:33.101 connect
20:34:33.101 SELECT postgres
2025-08-30 20:34:33 - uvicorn.access - INFO - 127.0.0.1:57042 - "GET /api/libraries HTTP/1.1" 200
20:34:49.990 GET /api/libraries
20:34:49.991 connect
20:34:49.991 SELECT postgres
2025-08-30 20:34:49 - uvicorn.access - INFO - 127.0.0.1:57108 - "GET /api/libraries HTTP/1.1" 200
20:34:51.028 GET /api/libraries/1
20:34:51.029 connect
20:34:51.030 SELECT postgres
2025-08-30 20:34:51 - uvicorn.access - INFO - 127.0.0.1:57111 - "GET /api/libraries/1 HTTP/1.1" 200
20:35:01.721 GET /api/libraries/1
20:35:01.722 connect
20:35:01.723 SELECT postgres
2025-08-30 20:35:01 - uvicorn.access - INFO - 127.0.0.1:57144 - "GET /api/libraries/1 HTTP/1.1" 200
20:35:02.415 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:35:02.416 connect
20:35:02.417 SELECT postgres
2025-08-30 20:35:02 - uvicorn.access - INFO - 127.0.0.1:57149 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203455-of-monitor_1.webp HTTP/1.1" 404
Building prefix dict from the default dictionary ...
20:35:03.939 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:35:03.942 connect
20:35:03.943 SELECT postgres
20:35:03.964 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203455-of-monitor_1.webp
20:35:03.965 INSERT postgres
20:35:03.973 connect
20:35:03.974 SELECT postgres
20:35:03.977 SELECT postgres
20:35:03.979 INSERT postgres
20:35:03.985 connect
20:35:03.986 SELECT postgres
20:35:03.988 INSERT postgres
20:35:03.993 connect
20:35:03.993 SELECT postgres
20:35:04.003 SELECT postgres
20:35:04.009 update entity index entity_id=614753
20:35:04.010 SELECT postgres
2025-08-30 20:35:04 - jieba - DEBUG - Building prefix dict from the default dictionary ...
Loading model from cache C:\Users\XXX\AppData\Local\Temp\jieba.cache
2025-08-30 20:35:04 - jieba - DEBUG - Loading model from cache C:\Users\XXX\AppData\Local\Temp\jieba.cache
Loading model cost 0.447 seconds.
2025-08-30 20:35:04 - jieba - DEBUG - Loading model cost 0.447 seconds.
Prefix dict has been built successfully.
2025-08-30 20:35:04 - jieba - DEBUG - Prefix dict has been built successfully.
20:35:04.461 INSERT postgres
20:35:04.495 get embedding for entity metadata
20:35:04.495 Calling memos.embedding.get_embeddings
20:35:04.496 Calling memos.embedding.get_embeddings_cached
Downloading Model from https://www.modelscope.cn to directory: C:\Users\XXX.cache\modelscope\hub\models\arkohut\jina-embeddings-v2-base-zh
2025-08-30 20:35:12 - memos.embedding - INFO - Model downloaded from ModelScope to: C:\Users\XXX.cache\modelscope\hub\models\arkohut\jina-embeddings-v2-base-zh
2025-08-30 20:35:12 - sentence_transformers.SentenceTransformer - INFO - Use pytorch device_name: cpu
2025-08-30 20:35:12 - sentence_transformers.SentenceTransformer - INFO - Load pretrained SentenceTransformer: C:\Users\XXX.cache\modelscope\hub\models\arkohut\jina-embeddings-v2-base-zh
2025-08-30 20:35:27 - memos.embedding - INFO - Embedding model initialized on device: cpu
20:35:27.404 vec_metadata: timestamp: 20250830-123455
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:35:27.405 INSERT postgres
2025-08-30 20:35:27 - uvicorn.access - INFO - 127.0.0.1:57162 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:35:27.430 GET /api/health
2025-08-30 20:35:27 - uvicorn.access - INFO - 127.0.0.1:57173 - "GET /api/health HTTP/1.1" 200
20:35:27.431 GET /api/libraries/1
20:35:27.432 GET /api/libraries/1
20:35:27.433 GET /api/health
2025-08-30 20:35:27 - uvicorn.access - INFO - 127.0.0.1:63361 - "GET /api/health HTTP/1.1" 200
20:35:27.435 GET /api/libraries/1
20:35:27.436 GET /api/libraries/1
GET /api/libraries/1
20:35:27.437 connect
20:35:27.438 SELECT postgres
GET /api/libraries/1
20:35:27.438 connect
GET /api/libraries/1
20:35:27.439 connect
GET /api/libraries/1
20:35:27.440 connect
20:35:28.761 GET /api/libraries/1
20:35:28.762 connect
20:35:28.763 SELECT postgres
2025-08-30 20:35:28 - uvicorn.access - INFO - 127.0.0.1:63418 - "GET /api/libraries/1 HTTP/1.1" 200
20:35:30.093 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:35:30.094 connect
20:35:30.095 SELECT postgres
2025-08-30 20:35:30 - uvicorn.access - INFO - 127.0.0.1:63425 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203520-of-monitor_1.webp HTTP/1.1" 404
20:35:31.447 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:35:31.448 connect
20:35:31.449 SELECT postgres
20:35:31.451 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203520-of-monitor_1.webp
20:35:31.452 INSERT postgres
20:35:31.466 connect
20:35:31.466 SELECT postgres
20:35:31.468 SELECT postgres
20:35:31.469 INSERT postgres
20:35:31.471 connect
20:35:31.472 SELECT postgres
20:35:31.474 INSERT postgres
20:35:31.477 connect
20:35:31.478 SELECT postgres
20:35:31.479 SELECT postgres
20:35:31.481 update entity index entity_id=614754
20:35:31.482 SELECT postgres
20:35:31.484 INSERT postgres
20:35:31.486 get embedding for entity metadata
20:35:31.487 Calling memos.embedding.get_embeddings
20:35:31.487 Calling memos.embedding.get_embeddings_cached
20:35:31.545 vec_metadata: timestamp: 20250830-123520
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:35:31.546 INSERT postgres
2025-08-30 20:35:31 - uvicorn.access - INFO - 127.0.0.1:63429 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:35:32.008 GET /api/libraries/1
20:35:32.009 connect
20:35:32.009 SELECT postgres
2025-08-30 20:35:32 - uvicorn.access - INFO - 127.0.0.1:63433 - "GET /api/libraries/1 HTTP/1.1" 200
20:35:32.903 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:35:32.904 connect
20:35:32.904 SELECT postgres
2025-08-30 20:35:32 - uvicorn.access - INFO - 127.0.0.1:63437 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203525-of-monitor_1.webp HTTP/1.1" 404
20:35:33.705 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:35:33.707 connect
20:35:33.707 SELECT postgres
20:35:33.709 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203525-of-monitor_1.webp
20:35:33.710 INSERT postgres
20:35:33.714 connect
20:35:33.715 SELECT postgres
20:35:33.716 SELECT postgres
20:35:33.717 INSERT postgres
20:35:33.720 connect
20:35:33.720 SELECT postgres
20:35:33.722 INSERT postgres
20:35:33.726 connect
20:35:33.727 SELECT postgres
20:35:33.728 SELECT postgres
20:35:33.730 update entity index entity_id=614755
20:35:33.731 SELECT postgres
20:35:33.733 INSERT postgres
20:35:33.734 get embedding for entity metadata
20:35:33.735 Calling memos.embedding.get_embeddings
20:35:33.735 Calling memos.embedding.get_embeddings_cached
20:35:33.794 vec_metadata: timestamp: 20250830-123525
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:35:33.795 INSERT postgres
2025-08-30 20:35:33 - uvicorn.access - INFO - 127.0.0.1:63441 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:35:47.340 GET /api/libraries/1
20:35:47.341 connect
20:35:47.342 SELECT postgres
2025-08-30 20:35:47 - uvicorn.access - INFO - 127.0.0.1:63493 - "GET /api/libraries/1 HTTP/1.1" 200
GET /api/libraries/1
20:35:48.464 SELECT postgres
GET /api/libraries/1
20:35:48.488 SELECT postgres
GET /api/libraries/1
20:35:48.489 SELECT postgres
20:35:48.689 GET /api/health
2025-08-30 20:35:48 - uvicorn.access - INFO - 127.0.0.1:63502 - "GET /api/health HTTP/1.1" 200
20:35:48.772 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:35:48.773 connect
20:35:48.774 SELECT postgres
2025-08-30 20:35:48 - uvicorn.access - INFO - 127.0.0.1:63503 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203542-of-monitor_1.webp HTTP/1.1" 404
20:35:50.259 GET /api/libraries
20:35:50.260 connect
20:35:50.261 SELECT postgres
2025-08-30 20:35:50 - uvicorn.access - INFO - 127.0.0.1:63511 - "GET /api/libraries HTTP/1.1" 200
20:35:50.264 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:35:50.266 connect
20:35:50.266 SELECT postgres
20:35:50.268 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203542-of-monitor_1.webp
20:35:50.268 INSERT postgres
20:35:50.274 connect
20:35:50.274 SELECT postgres
20:35:50.276 SELECT postgres
20:35:50.278 INSERT postgres
20:35:50.283 connect
20:35:50.284 SELECT postgres
20:35:50.285 INSERT postgres
20:35:50.290 connect
20:35:50.290 SELECT postgres
20:35:50.292 SELECT postgres
20:35:50.295 update entity index entity_id=614756
20:35:50.296 SELECT postgres
20:35:50.298 INSERT postgres
20:35:50.303 get embedding for entity metadata
20:35:50.303 Calling memos.embedding.get_embeddings
20:35:50.303 Calling memos.embedding.get_embeddings_cached
20:35:50.369 vec_metadata: timestamp: 20250830-123542
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:35:50.369 INSERT postgres
2025-08-30 20:35:50 - uvicorn.access - INFO - 127.0.0.1:63510 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:35:51.741 GET /api/libraries/1
20:35:51.742 connect
20:35:51.743 SELECT postgres
2025-08-30 20:35:51 - uvicorn.access - INFO - 127.0.0.1:63514 - "GET /api/libraries/1 HTTP/1.1" 200
20:35:52.433 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:35:52.434 connect
20:35:52.434 SELECT postgres
2025-08-30 20:35:52 - uvicorn.access - INFO - 127.0.0.1:63517 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203546-of-monitor_1.webp HTTP/1.1" 404
20:35:53.119 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:35:53.120 connect
20:35:53.120 SELECT postgres
20:35:53.122 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203546-of-monitor_1.webp
20:35:53.123 INSERT postgres
20:35:53.128 connect
20:35:53.128 SELECT postgres
20:35:53.130 SELECT postgres
20:35:53.131 INSERT postgres
20:35:53.135 connect
20:35:53.136 SELECT postgres
20:35:53.137 INSERT postgres
20:35:53.141 connect
20:35:53.142 SELECT postgres
20:35:53.143 SELECT postgres
20:35:53.146 update entity index entity_id=614757
20:35:53.147 SELECT postgres
20:35:53.148 INSERT postgres
20:35:53.151 get embedding for entity metadata
20:35:53.151 Calling memos.embedding.get_embeddings
20:35:53.151 Calling memos.embedding.get_embeddings_cached
20:35:53.205 vec_metadata: timestamp: 20250830-123546
active_app: WindowsTerminal.exe
act... Administrator: PowerShell
screen_name: monitor_1
ocr_result:
20:35:53.205 INSERT postgres
2025-08-30 20:35:53 - uvicorn.access - INFO - 127.0.0.1:63522 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:36:01.960 GET /api/libraries/1
20:36:01.961 connect
20:36:01.962 SELECT postgres
2025-08-30 20:36:01 - uvicorn.access - INFO - 127.0.0.1:63566 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:02.860 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:02.861 connect
20:36:02.862 SELECT postgres
2025-08-30 20:36:02 - uvicorn.access - INFO - 127.0.0.1:63581 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203555-of-monitor_1.webp HTTP/1.1" 404
20:36:04.114 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:36:04.115 connect
20:36:04.116 SELECT postgres
20:36:04.118 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203555-of-monitor_1.webp
20:36:04.120 INSERT postgres
20:36:04.124 connect
20:36:04.125 SELECT postgres
20:36:04.127 SELECT postgres
20:36:04.128 INSERT postgres
20:36:04.130 connect
20:36:04.131 SELECT postgres
20:36:04.133 INSERT postgres
20:36:04.136 connect
20:36:04.137 SELECT postgres
20:36:04.138 SELECT postgres
20:36:04.141 update entity index entity_id=614758
20:36:04.142 SELECT postgres
20:36:04.144 INSERT postgres
20:36:04.146 get embedding for entity metadata
20:36:04.146 Calling memos.embedding.get_embeddings
20:36:04.146 Calling memos.embedding.get_embeddings_cached
20:36:04.206 vec_metadata: timestamp: 20250830-123555
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:36:04.207 INSERT postgres
2025-08-30 20:36:04 - uvicorn.access - INFO - 127.0.0.1:63586 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:36:07.311 GET /api/libraries/1
20:36:07.312 connect
20:36:07.313 SELECT postgres
2025-08-30 20:36:07 - uvicorn.access - INFO - 127.0.0.1:63596 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:08.608 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:08.610 connect
20:36:08.610 SELECT postgres
2025-08-30 20:36:08 - uvicorn.access - INFO - 127.0.0.1:63601 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203559-of-monitor_1.webp HTTP/1.1" 404
20:36:09.339 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:36:09.340 connect
20:36:09.341 SELECT postgres
20:36:09.342 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203559-of-monitor_1.webp
20:36:09.343 INSERT postgres
20:36:09.355 connect
20:36:09.355 SELECT postgres
20:36:09.357 SELECT postgres
20:36:09.358 INSERT postgres
20:36:09.360 connect
20:36:09.361 SELECT postgres
20:36:09.362 INSERT postgres
20:36:09.366 connect
20:36:09.367 SELECT postgres
20:36:09.368 SELECT postgres
20:36:09.370 update entity index entity_id=614759
20:36:09.371 SELECT postgres
20:36:09.373 INSERT postgres
20:36:09.374 get embedding for entity metadata
20:36:09.374 Calling memos.embedding.get_embeddings
20:36:09.374 Calling memos.embedding.get_embeddings_cached
20:36:09.438 vec_metadata: timestamp: 20250830-123559
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:36:09.438 INSERT postgres
2025-08-30 20:36:09 - uvicorn.access - INFO - 127.0.0.1:63604 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:36:12.122 GET /api/libraries/1
20:36:12.123 connect
20:36:12.123 SELECT postgres
2025-08-30 20:36:12 - uvicorn.access - INFO - 127.0.0.1:63617 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:12.404 GET /api/libraries/1
20:36:12.405 connect
20:36:12.406 SELECT postgres
2025-08-30 20:36:12 - uvicorn.access - INFO - 127.0.0.1:63618 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:13.067 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:13.069 connect
20:36:13.070 SELECT postgres
2025-08-30 20:36:13 - uvicorn.access - INFO - 127.0.0.1:63620 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203609-of-monitor_1.webp HTTP/1.1" 404
20:36:13.523 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:13.524 connect
20:36:13.524 SELECT postgres
2025-08-30 20:36:13 - uvicorn.access - INFO - 127.0.0.1:63623 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203604-of-monitor_1.webp HTTP/1.1" 404
20:36:13.855 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:36:13.857 connect
20:36:13.857 SELECT postgres
20:36:13.859 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203609-of-monitor_1.webp
20:36:13.860 INSERT postgres
20:36:13.864 connect
20:36:13.864 SELECT postgres
20:36:13.866 SELECT postgres
20:36:13.866 INSERT postgres
20:36:13.870 connect
20:36:13.870 SELECT postgres
20:36:13.872 INSERT postgres
20:36:13.876 connect
20:36:13.876 SELECT postgres
20:36:13.878 SELECT postgres
20:36:13.880 update entity index entity_id=614760
20:36:13.880 SELECT postgres
20:36:13.882 INSERT postgres
20:36:13.884 get embedding for entity metadata
20:36:13.884 Calling memos.embedding.get_embeddings
20:36:13.884 Calling memos.embedding.get_embeddings_cached
20:36:13.949 vec_metadata: timestamp: 20250830-123609
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:36:13.950 INSERT postgres
2025-08-30 20:36:13 - uvicorn.access - INFO - 127.0.0.1:63624 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:36:14.631 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:36:14.633 connect
20:36:14.633 SELECT postgres
20:36:14.635 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203604-of-monitor_1.webp
20:36:14.636 INSERT postgres
20:36:14.650 connect
20:36:14.651 SELECT postgres
20:36:14.653 SELECT postgres
20:36:14.654 INSERT postgres
20:36:14.658 connect
20:36:14.658 SELECT postgres
20:36:14.660 INSERT postgres
20:36:14.665 connect
20:36:14.666 SELECT postgres
20:36:14.669 SELECT postgres
20:36:14.677 update entity index entity_id=614761
20:36:14.677 SELECT postgres
20:36:14.680 INSERT postgres
20:36:14.681 get embedding for entity metadata
20:36:14.682 Calling memos.embedding.get_embeddings
20:36:14.682 Calling memos.embedding.get_embeddings_cached
20:36:14.784 vec_metadata: timestamp: 20250830-123604
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:36:14.785 INSERT postgres
2025-08-30 20:36:14 - uvicorn.access - INFO - 127.0.0.1:63630 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:36:16.749 GET /api/libraries/1
20:36:16.750 connect
20:36:16.750 SELECT postgres
2025-08-30 20:36:16 - uvicorn.access - INFO - 127.0.0.1:63646 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:17.517 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:17.518 connect
20:36:17.519 SELECT postgres
2025-08-30 20:36:17 - uvicorn.access - INFO - 127.0.0.1:63651 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203613-of-monitor_1.webp HTTP/1.1" 404
20:36:18.387 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:36:18.388 connect
20:36:18.389 SELECT postgres
20:36:18.391 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203613-of-monitor_1.webp
20:36:18.391 INSERT postgres
20:36:18.396 connect
20:36:18.397 SELECT postgres
20:36:18.398 SELECT postgres
20:36:18.399 INSERT postgres
20:36:18.402 connect
20:36:18.403 SELECT postgres
20:36:18.404 INSERT postgres
20:36:18.410 connect
20:36:18.410 SELECT postgres
20:36:18.412 SELECT postgres
20:36:18.414 update entity index entity_id=614762
20:36:18.415 SELECT postgres
20:36:18.417 INSERT postgres
20:36:18.418 get embedding for entity metadata
20:36:18.419 Calling memos.embedding.get_embeddings
20:36:18.419 Calling memos.embedding.get_embeddings_cached
20:36:18.483 vec_metadata: timestamp: 20250830-123613
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:36:18.483 INSERT postgres
2025-08-30 20:36:18 - uvicorn.access - INFO - 127.0.0.1:63654 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:36:21.787 GET /api/libraries/1
20:36:21.788 connect
20:36:21.789 SELECT postgres
2025-08-30 20:36:21 - uvicorn.access - INFO - 127.0.0.1:63663 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:22.841 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:22.843 connect
20:36:22.843 SELECT postgres
2025-08-30 20:36:22 - uvicorn.access - INFO - 127.0.0.1:63667 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203618-of-monitor_1.webp HTTP/1.1" 404
20:36:23.610 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:36:23.611 connect
20:36:23.612 SELECT postgres
20:36:23.613 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203618-of-monitor_1.webp
20:36:23.614 INSERT postgres
20:36:23.627 connect
20:36:23.628 SELECT postgres
20:36:23.630 SELECT postgres
20:36:23.631 INSERT postgres
20:36:23.635 connect
20:36:23.636 SELECT postgres
20:36:23.638 INSERT postgres
20:36:23.643 connect
20:36:23.644 SELECT postgres
20:36:23.646 SELECT postgres
20:36:23.649 update entity index entity_id=614763
20:36:23.650 SELECT postgres
20:36:23.652 INSERT postgres
20:36:23.655 get embedding for entity metadata
20:36:23.655 Calling memos.embedding.get_embeddings
20:36:23.655 Calling memos.embedding.get_embeddings_cached
20:36:23.821 vec_metadata: timestamp: 20250830-123618
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:36:23.821 INSERT postgres
2025-08-30 20:36:23 - uvicorn.access - INFO - 127.0.0.1:63674 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:36:31.803 GET /api/libraries/1
20:36:31.804 connect
20:36:31.805 SELECT postgres
2025-08-30 20:36:31 - uvicorn.access - INFO - 127.0.0.1:63715 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:32.645 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:32.646 connect
20:36:32.647 SELECT postgres
2025-08-30 20:36:32 - uvicorn.access - INFO - 127.0.0.1:63723 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203626-of-monitor_1.webp HTTP/1.1" 404
20:36:33.418 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='true'
20:36:33.420 connect
20:36:33.420 SELECT postgres
20:36:33.422 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203626-of-monitor_1.webp
20:36:33.422 INSERT postgres
20:36:33.426 connect
20:36:33.427 SELECT postgres
20:36:33.428 SELECT postgres
20:36:33.429 INSERT postgres
20:36:33.432 connect
20:36:33.432 SELECT postgres
20:36:33.434 INSERT postgres
20:36:33.440 connect
20:36:33.441 SELECT postgres
20:36:33.442 SELECT postgres
20:36:33.444 trigger webhooks entity_id=614764
20:36:34.931 SELECT postgres
20:36:34.934 SELECT postgres
20:36:34.935 SELECT postgres
2025-08-30 20:36:34 - root - INFO - Triggering plugin 2 for entity 614764
20:36:34.938 POST /api/plugins/ocr
20:36:37.006 GET /api/libraries/1
20:36:37.007 connect
20:36:37.007 SELECT postgres
2025-08-30 20:36:37 - uvicorn.access - INFO - 127.0.0.1:63736 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:37.876 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:37.877 connect
20:36:37.878 SELECT postgres
2025-08-30 20:36:37 - uvicorn.access - INFO - 127.0.0.1:63740 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203631-of-monitor_1.webp HTTP/1.1" 404
20:36:38.788 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:36:38.789 connect
20:36:38.790 SELECT postgres
20:36:38.791 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203631-of-monitor_1.webp
20:36:38.791 INSERT postgres
20:36:38.795 connect
20:36:38.795 SELECT postgres
20:36:38.796 SELECT postgres
20:36:38.797 INSERT postgres
20:36:38.802 connect
20:36:38.803 SELECT postgres
20:36:38.804 INSERT postgres
20:36:38.809 connect
20:36:38.809 SELECT postgres
20:36:38.810 SELECT postgres
20:36:38.812 update entity index entity_id=614765
20:36:38.812 SELECT postgres
20:36:38.814 INSERT postgres
20:36:38.815 get embedding for entity metadata
20:36:38.816 Calling memos.embedding.get_embeddings
20:36:38.816 Calling memos.embedding.get_embeddings_cached
20:36:39.298 vec_metadata: timestamp: 20250830-123631
active_app: explorer.exe
active_window: 系统托盘溢出窗口。
screen_name: monitor_1
ocr_result:
20:36:39.298 INSERT postgres
2025-08-30 20:36:39 - uvicorn.access - INFO - 127.0.0.1:63746 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:36:42.109 GET /api/libraries/1
20:36:42.110 connect
20:36:42.111 SELECT postgres
2025-08-30 20:36:42 - uvicorn.access - INFO - 127.0.0.1:63759 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:43.171 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:43.173 connect
20:36:43.173 SELECT postgres
2025-08-30 20:36:43 - uvicorn.access - INFO - 127.0.0.1:63762 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203635-of-monitor_1.webp HTTP/1.1" 404
2025-08-30 20:36:44 - memos.plugins.ocr.main - ERROR - Error processing image D:.memos\screenshots\20250830\screenshot-20250830-203626-of-monitor_1.webp: cannot unpack non-iterable RapidOCROutput object
2025-08-30 20:36:44 - memos.plugins.ocr.main - INFO - No OCR result found for file: D:.memos\screenshots\20250830\screenshot-20250830-203626-of-monitor_1.webp
2025-08-30 20:36:44 - uvicorn.access - INFO - 127.0.0.1:63730 - "POST /api/plugins/ocr HTTP/1.1" 200
POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='true'
trigger webhooks entity_id=614764
20:36:44.068 SELECT postgres
20:36:44.070 INSERT postgres
20:36:44.076 update entity index entity_id=614764
20:36:44.076 connect
20:36:44.076 SELECT postgres
20:36:44.078 INSERT postgres
20:36:44.079 get embedding for entity metadata
20:36:44.079 Calling memos.embedding.get_embeddings
20:36:44.079 Calling memos.embedding.get_embeddings_cached
20:36:44.139 vec_metadata: timestamp: 20250830-123626
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:36:44.140 INSERT postgres
2025-08-30 20:36:44 - uvicorn.access - INFO - 127.0.0.1:63726 - "POST /api/libraries/1/entities?trigger_webhooks_flag=true&update_index=true HTTP/1.1" 200
20:36:44.221 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:36:44.222 connect
20:36:44.223 SELECT postgres
20:36:44.224 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203635-of-monitor_1.webp
20:36:44.225 INSERT postgres
20:36:44.227 connect
20:36:44.228 SELECT postgres
20:36:44.229 SELECT postgres
20:36:44.230 INSERT postgres
20:36:44.235 connect
20:36:44.236 SELECT postgres
20:36:44.238 INSERT postgres
20:36:44.241 connect
20:36:44.242 SELECT postgres
20:36:44.243 SELECT postgres
20:36:44.246 update entity index entity_id=614766
20:36:44.246 SELECT postgres
20:36:44.248 INSERT postgres
20:36:44.251 get embedding for entity metadata
20:36:44.251 Calling memos.embedding.get_embeddings
20:36:44.251 Calling memos.embedding.get_embeddings_cached
20:36:44.310 vec_metadata: timestamp: 20250830-123635
active_app: HipsLog.exe
active_window: 火绒安全日志
screen_name: monitor_1
ocr_result:
20:36:44.310 INSERT postgres
2025-08-30 20:36:44 - uvicorn.access - INFO - 127.0.0.1:63767 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:36:52.099 GET /api/libraries/1
20:36:52.100 connect
20:36:52.100 SELECT postgres
2025-08-30 20:36:52 - uvicorn.access - INFO - 127.0.0.1:63799 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:52.482 GET /api/libraries/1
20:36:52.483 connect
20:36:52.484 SELECT postgres
2025-08-30 20:36:52 - uvicorn.access - INFO - 127.0.0.1:63801 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:53.524 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:53.525 connect
20:36:53.526 SELECT postgres
2025-08-30 20:36:53 - uvicorn.access - INFO - 127.0.0.1:63807 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203648-of-monitor_1.webp HTTP/1.1" 404
20:36:53.887 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:53.889 connect
20:36:53.889 SELECT postgres
2025-08-30 20:36:53 - uvicorn.access - INFO - 127.0.0.1:63808 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203644-of-monitor_1.webp HTTP/1.1" 404
20:36:54.795 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:36:54.797 connect
20:36:54.797 SELECT postgres
20:36:54.799 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203648-of-monitor_1.webp
20:36:54.800 INSERT postgres
20:36:54.803 connect
20:36:54.803 SELECT postgres
20:36:54.804 SELECT postgres
20:36:54.805 INSERT postgres
20:36:54.809 connect
20:36:54.809 SELECT postgres
20:36:54.811 INSERT postgres
20:36:54.815 connect
20:36:54.815 SELECT postgres
20:36:54.817 SELECT postgres
20:36:54.819 update entity index entity_id=614767
20:36:54.820 SELECT postgres
20:36:54.822 INSERT postgres
20:36:54.823 get embedding for entity metadata
20:36:54.823 Calling memos.embedding.get_embeddings
20:36:54.823 Calling memos.embedding.get_embeddings_cached
20:36:54.887 vec_metadata: timestamp: 20250830-123648
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:36:54.888 INSERT postgres
2025-08-30 20:36:54 - uvicorn.access - INFO - 127.0.0.1:63811 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:36:55.310 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:36:55.312 connect
20:36:55.312 SELECT postgres
20:36:55.314 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203644-of-monitor_1.webp
20:36:55.315 INSERT postgres
20:36:55.328 connect
20:36:55.329 SELECT postgres
20:36:55.330 SELECT postgres
20:36:55.332 INSERT postgres
20:36:55.335 connect
20:36:55.335 SELECT postgres
20:36:55.337 INSERT postgres
20:36:55.341 connect
20:36:55.341 SELECT postgres
20:36:55.342 SELECT postgres
20:36:55.344 update entity index entity_id=614768
20:36:55.344 SELECT postgres
20:36:55.345 INSERT postgres
20:36:55.346 get embedding for entity metadata
20:36:55.346 Calling memos.embedding.get_embeddings
20:36:55.347 Calling memos.embedding.get_embeddings_cached
20:36:55.403 vec_metadata: timestamp: 20250830-123644
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:36:55.403 INSERT postgres
2025-08-30 20:36:55 - uvicorn.access - INFO - 127.0.0.1:63814 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:36:57.041 GET /api/libraries/1
20:36:57.043 connect
20:36:57.043 SELECT postgres
2025-08-30 20:36:57 - uvicorn.access - INFO - 127.0.0.1:63820 - "GET /api/libraries/1 HTTP/1.1" 200
20:36:58.000 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:36:58.001 connect
20:36:58.002 SELECT postgres
2025-08-30 20:36:58 - uvicorn.access - INFO - 127.0.0.1:63823 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203652-of-monitor_1.webp HTTP/1.1" 404
20:36:58.765 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:36:58.768 connect
20:36:58.769 SELECT postgres
20:36:58.771 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203652-of-monitor_1.webp
20:36:58.774 INSERT postgres
20:36:58.777 connect
20:36:58.777 SELECT postgres
20:36:58.779 SELECT postgres
20:36:58.780 INSERT postgres
20:36:58.785 connect
20:36:58.785 SELECT postgres
20:36:58.787 INSERT postgres
20:36:58.791 connect
20:36:58.792 SELECT postgres
20:36:58.795 SELECT postgres
20:36:58.797 update entity index entity_id=614769
20:36:58.797 SELECT postgres
20:36:58.800 INSERT postgres
20:36:58.802 get embedding for entity metadata
20:36:58.802 Calling memos.embedding.get_embeddings
20:36:58.802 Calling memos.embedding.get_embeddings_cached
20:36:58.868 vec_metadata: timestamp: 20250830-123652
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:36:58.869 INSERT postgres
2025-08-30 20:36:58 - uvicorn.access - INFO - 127.0.0.1:63826 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:37:02.377 GET /api/libraries/1
20:37:02.378 connect
20:37:02.378 SELECT postgres
2025-08-30 20:37:02 - uvicorn.access - INFO - 127.0.0.1:63840 - "GET /api/libraries/1 HTTP/1.1" 200
20:37:03.641 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:37:03.642 connect
20:37:03.644 SELECT postgres
2025-08-30 20:37:03 - uvicorn.access - INFO - 127.0.0.1:63853 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203657-of-monitor_1.webp HTTP/1.1" 404
20:37:04.357 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:37:04.359 connect
20:37:04.359 SELECT postgres
20:37:04.361 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203657-of-monitor_1.webp
20:37:04.362 INSERT postgres
20:37:04.366 connect
20:37:04.366 SELECT postgres
20:37:04.367 SELECT postgres
20:37:04.368 INSERT postgres
20:37:04.371 connect
20:37:04.372 SELECT postgres
20:37:04.373 INSERT postgres
20:37:04.378 connect
20:37:04.378 SELECT postgres
20:37:04.379 SELECT postgres
20:37:04.381 update entity index entity_id=614770
20:37:04.382 SELECT postgres
20:37:04.384 INSERT postgres
20:37:04.385 get embedding for entity metadata
20:37:04.385 Calling memos.embedding.get_embeddings
20:37:04.385 Calling memos.embedding.get_embeddings_cached
20:37:04.457 vec_metadata: timestamp: 20250830-123657
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:37:04.457 INSERT postgres
2025-08-30 20:37:04 - uvicorn.access - INFO - 127.0.0.1:63856 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:37:06.816 GET /api/libraries/1
20:37:06.817 connect
20:37:06.817 SELECT postgres
2025-08-30 20:37:06 - uvicorn.access - INFO - 127.0.0.1:63863 - "GET /api/libraries/1 HTTP/1.1" 200
20:37:07.585 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:37:07.586 connect
20:37:07.586 SELECT postgres
2025-08-30 20:37:07 - uvicorn.access - INFO - 127.0.0.1:64366 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203701-of-monitor_1.webp HTTP/1.1" 404
20:37:08.318 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:37:08.319 connect
20:37:08.320 SELECT postgres
20:37:08.322 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203701-of-monitor_1.webp
20:37:08.322 INSERT postgres
20:37:08.336 connect
20:37:08.336 SELECT postgres
20:37:08.337 SELECT postgres
20:37:08.338 INSERT postgres
20:37:08.341 connect
20:37:08.342 SELECT postgres
20:37:08.343 INSERT postgres
20:37:08.348 connect
20:37:08.348 SELECT postgres
20:37:08.350 SELECT postgres
20:37:08.352 update entity index entity_id=614771
20:37:08.352 SELECT postgres
20:37:08.354 INSERT postgres
20:37:08.355 get embedding for entity metadata
20:37:08.355 Calling memos.embedding.get_embeddings
20:37:08.356 Calling memos.embedding.get_embeddings_cached
20:37:08.427 vec_metadata: timestamp: 20250830-123701
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:37:08.428 INSERT postgres
2025-08-30 20:37:08 - uvicorn.access - INFO - 127.0.0.1:64372 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:37:11.768 GET /api/libraries/1
20:37:11.770 connect
20:37:11.771 SELECT postgres
2025-08-30 20:37:11 - uvicorn.access - INFO - 127.0.0.1:64382 - "GET /api/libraries/1 HTTP/1.1" 200
20:37:12.486 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:37:12.488 connect
20:37:12.489 SELECT postgres
2025-08-30 20:37:12 - uvicorn.access - INFO - 127.0.0.1:64385 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203706-of-monitor_1.webp HTTP/1.1" 404
20:37:13.214 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:37:13.216 connect
20:37:13.216 SELECT postgres
20:37:13.218 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203706-of-monitor_1.webp
20:37:13.219 INSERT postgres
20:37:13.226 connect
20:37:13.226 SELECT postgres
20:37:13.227 SELECT postgres
20:37:13.228 INSERT postgres
20:37:13.233 connect
20:37:13.234 SELECT postgres
20:37:13.235 INSERT postgres
20:37:13.242 connect
20:37:13.242 SELECT postgres
20:37:13.243 SELECT postgres
20:37:13.247 update entity index entity_id=614772
20:37:13.247 SELECT postgres
20:37:13.249 INSERT postgres
20:37:13.251 get embedding for entity metadata
20:37:13.251 Calling memos.embedding.get_embeddings
20:37:13.251 Calling memos.embedding.get_embeddings_cached
20:37:13.320 vec_metadata: timestamp: 20250830-123706
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:37:13.320 INSERT postgres
2025-08-30 20:37:13 - uvicorn.access - INFO - 127.0.0.1:64389 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:37:16.768 GET /api/libraries/1
20:37:16.769 connect
20:37:16.769 SELECT postgres
2025-08-30 20:37:16 - uvicorn.access - INFO - 127.0.0.1:64409 - "GET /api/libraries/1 HTTP/1.1" 200
20:37:17.460 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:37:17.461 connect
20:37:17.461 SELECT postgres
2025-08-30 20:37:17 - uvicorn.access - INFO - 127.0.0.1:64414 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203710-of-monitor_1.webp HTTP/1.1" 404
20:37:18.176 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:37:18.178 connect
20:37:18.178 SELECT postgres
20:37:18.180 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203710-of-monitor_1.webp
20:37:18.181 INSERT postgres
20:37:18.186 connect
20:37:18.186 SELECT postgres
20:37:18.187 SELECT postgres
20:37:18.188 INSERT postgres
20:37:18.191 connect
20:37:18.192 SELECT postgres
20:37:18.193 INSERT postgres
20:37:18.198 connect
20:37:18.198 SELECT postgres
20:37:18.200 SELECT postgres
20:37:18.202 update entity index entity_id=614773
20:37:18.202 SELECT postgres
20:37:18.204 INSERT postgres
20:37:18.206 get embedding for entity metadata
20:37:18.206 Calling memos.embedding.get_embeddings
20:37:18.207 Calling memos.embedding.get_embeddings_cached
20:37:18.337 vec_metadata: timestamp: 20250830-123710
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:37:18.337 INSERT postgres
2025-08-30 20:37:18 - uvicorn.access - INFO - 127.0.0.1:64417 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:37:21.782 GET /api/libraries/1
20:37:21.783 connect
20:37:21.783 SELECT postgres
2025-08-30 20:37:21 - uvicorn.access - INFO - 127.0.0.1:64428 - "GET /api/libraries/1 HTTP/1.1" 200
20:37:22.505 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:37:22.506 connect
20:37:22.506 SELECT postgres
2025-08-30 20:37:22 - uvicorn.access - INFO - 127.0.0.1:64432 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203715-of-monitor_1.webp HTTP/1.1" 404
20:37:23.243 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:37:23.244 connect
20:37:23.245 SELECT postgres
20:37:23.246 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203715-of-monitor_1.webp
20:37:23.247 INSERT postgres
20:37:23.250 connect
20:37:23.251 SELECT postgres
20:37:23.252 SELECT postgres
20:37:23.253 INSERT postgres
20:37:23.256 connect
20:37:23.257 SELECT postgres
20:37:23.258 INSERT postgres
20:37:23.262 connect
20:37:23.263 SELECT postgres
20:37:23.264 SELECT postgres
20:37:23.266 update entity index entity_id=614774
20:37:23.266 SELECT postgres
20:37:23.268 INSERT postgres
20:37:23.269 get embedding for entity metadata
20:37:23.270 Calling memos.embedding.get_embeddings
20:37:23.270 Calling memos.embedding.get_embeddings_cached
20:37:23.339 vec_metadata: timestamp: 20250830-123715
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:37:23.340 INSERT postgres
2025-08-30 20:37:23 - uvicorn.access - INFO - 127.0.0.1:64440 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:37:26.877 GET /api/libraries/1
20:37:26.879 connect
20:37:26.879 SELECT postgres
2025-08-30 20:37:26 - uvicorn.access - INFO - 127.0.0.1:64451 - "GET /api/libraries/1 HTTP/1.1" 200
20:37:26.885 GET /api/libraries/1
20:37:26.886 connect
20:37:26.887 SELECT postgres
2025-08-30 20:37:26 - uvicorn.access - INFO - 127.0.0.1:64452 - "GET /api/libraries/1 HTTP/1.1" 200
20:37:27.690 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:37:27.692 connect
20:37:27.693 SELECT postgres
2025-08-30 20:37:27 - uvicorn.access - INFO - 127.0.0.1:64457 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203723-of-monitor_1.webp HTTP/1.1" 404
20:37:27.713 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:37:27.714 connect
20:37:27.714 SELECT postgres
2025-08-30 20:37:27 - uvicorn.access - INFO - 127.0.0.1:64458 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203719-of-monitor_1.webp HTTP/1.1" 404
20:37:28.523 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:37:28.524 connect
20:37:28.525 SELECT postgres
20:37:28.526 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203723-of-monitor_1.webp
20:37:28.527 INSERT postgres
20:37:28.531 connect
20:37:28.532 SELECT postgres
20:37:28.533 SELECT postgres
20:37:28.534 INSERT postgres
20:37:28.537 connect
20:37:28.538 SELECT postgres
20:37:28.539 INSERT postgres
20:37:28.543 connect
20:37:28.544 SELECT postgres
20:37:28.546 SELECT postgres
20:37:28.548 update entity index entity_id=614775
20:37:28.548 SELECT postgres
20:37:28.550 INSERT postgres
20:37:28.552 get embedding for entity metadata
20:37:28.552 Calling memos.embedding.get_embeddings
20:37:28.552 Calling memos.embedding.get_embeddings_cached
20:37:28.621 vec_metadata: timestamp: 20250830-123723
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:37:28.621 INSERT postgres
2025-08-30 20:37:28 - uvicorn.access - INFO - 127.0.0.1:64461 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:37:28.628 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:37:28.630 connect
20:37:28.630 SELECT postgres
20:37:28.632 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203719-of-monitor_1.webp
20:37:28.632 INSERT postgres
20:37:28.635 connect
20:37:28.635 SELECT postgres
20:37:28.637 SELECT postgres
20:37:28.638 INSERT postgres
20:37:28.641 connect
20:37:28.641 SELECT postgres
20:37:28.643 INSERT postgres
20:37:28.647 connect
20:37:28.647 SELECT postgres
20:37:28.649 SELECT postgres
20:37:28.651 update entity index entity_id=614776
20:37:28.651 SELECT postgres
20:37:28.653 INSERT postgres
20:37:28.654 get embedding for entity metadata
20:37:28.654 Calling memos.embedding.get_embeddings
20:37:28.654 Calling memos.embedding.get_embeddings_cached
20:37:28.724 vec_metadata: timestamp: 20250830-123719
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:37:28.724 INSERT postgres
2025-08-30 20:37:28 - uvicorn.access - INFO - 127.0.0.1:64462 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:37:36.947 GET /api/libraries/1
20:37:36.948 connect
20:37:36.948 SELECT postgres
2025-08-30 20:37:36 - uvicorn.access - INFO - 127.0.0.1:64487 - "GET /api/libraries/1 HTTP/1.1" 200
20:37:38.178 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:37:38.179 connect
20:37:38.180 SELECT postgres
2025-08-30 20:37:38 - uvicorn.access - INFO - 127.0.0.1:64494 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203732-of-monitor_1.webp HTTP/1.1" 404
20:37:38.933 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:37:38.934 connect
20:37:38.935 SELECT postgres
20:37:38.936 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203732-of-monitor_1.webp
20:37:38.937 INSERT postgres
20:37:38.949 connect
20:37:38.950 SELECT postgres
20:37:38.952 SELECT postgres
20:37:38.953 INSERT postgres
20:37:38.956 connect
20:37:38.956 SELECT postgres
20:37:38.958 INSERT postgres
20:37:38.962 connect
20:37:38.962 SELECT postgres
20:37:38.964 SELECT postgres
20:37:38.966 update entity index entity_id=614777
20:37:38.967 SELECT postgres
20:37:38.969 INSERT postgres
20:37:38.971 get embedding for entity metadata
20:37:38.971 Calling memos.embedding.get_embeddings
20:37:38.971 Calling memos.embedding.get_embeddings_cached
20:37:39.053 vec_metadata: timestamp: 20250830-123732
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:37:39.054 INSERT postgres
2025-08-30 20:37:39 - uvicorn.access - INFO - 127.0.0.1:64496 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:37:41.773 GET /api/libraries/1
20:37:41.774 connect
20:37:41.775 SELECT postgres
2025-08-30 20:37:41 - uvicorn.access - INFO - 127.0.0.1:64507 - "GET /api/libraries/1 HTTP/1.1" 200
20:37:42.495 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:37:42.497 connect
20:37:42.498 SELECT postgres
2025-08-30 20:37:42 - uvicorn.access - INFO - 127.0.0.1:64511 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203736-of-monitor_1.webp HTTP/1.1" 404
20:37:43.223 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:37:43.225 connect
20:37:43.225 SELECT postgres
20:37:43.227 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203736-of-monitor_1.webp
20:37:43.227 INSERT postgres
20:37:43.231 connect
20:37:43.231 SELECT postgres
20:37:43.233 SELECT postgres
20:37:43.234 INSERT postgres
20:37:43.236 connect
20:37:43.237 SELECT postgres
20:37:43.238 INSERT postgres
20:37:43.243 connect
20:37:43.243 SELECT postgres
20:37:43.244 SELECT postgres
20:37:43.246 update entity index entity_id=614778
20:37:43.247 SELECT postgres
20:37:43.249 INSERT postgres
20:37:43.250 get embedding for entity metadata
20:37:43.250 Calling memos.embedding.get_embeddings
20:37:43.250 Calling memos.embedding.get_embeddings_cached
20:37:43.321 vec_metadata: timestamp: 20250830-123736
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1
ocr_result:
20:37:43.322 INSERT postgres
2025-08-30 20:37:43 - uvicorn.access - INFO - 127.0.0.1:64514 - "POST /api/libraries/1/entities?trigger_webhooks_flag=false&update_index=true HTTP/1.1" 200
20:37:46.792 GET /api/libraries/1
20:37:46.793 connect
20:37:46.794 SELECT postgres
2025-08-30 20:37:46 - uvicorn.access - INFO - 127.0.0.1:64534 - "GET /api/libraries/1 HTTP/1.1" 200
20:37:47.529 GET /api/libraries/1/entities/by-filepath ? filepath='D:\.memos…or_1.webp'
20:37:47.531 connect
20:37:47.532 SELECT postgres
2025-08-30 20:37:47 - uvicorn.access - INFO - 127.0.0.1:64540 - "GET /api/libraries/1/entities/by-filepath?filepath=D%3A%5C.memos%5Cscreenshots%5C20250830%5Cscreenshot-20250830-203740-of-monitor_1.webp HTTP/1.1" 404
20:37:48.289 POST /api/libraries/1/entities ? update_index='true' & trigger_w…ooks_flag='false'
20:37:48.290 connect
20:37:48.291 SELECT postgres
20:37:48.293 create new entity filepath=D:.memos\screenshots\20250830\screenshot-20250830-203740-of-monitor_1.webp
20:37:48.293 INSERT postgres
20:37:48.296 connect
20:37:48.297 SELECT postgres
20:37:48.298 SELECT postgres
20:37:48.299 INSERT postgres
20:37:48.302 connect
20:37:48.303 SELECT postgres
20:37:48.304 INSERT postgres
20:37:48.308 connect
20:37:48.309 SELECT postgres
20:37:48.310 SELECT postgres
20:37:48.312 update entity index entity_id=614779
20:37:48.313 SELECT postgres
20:37:48.315 INSERT postgres
20:37:48.316 get embedding for entity metadata
20:37:48.316 Calling memos.embedding.get_embeddings
20:37:48.316 Calling memos.embedding.get_embeddings_cached
20:37:48.388 vec_metadata: timestamp: 20250830-123740
active_app: Code.exe
active_window:...e.log - Visual Studio Code
screen_name: monitor_1****

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions