LICENSE
README.md
pyproject.toml
memos/__init__.py
memos/commands.py
memos/config.py
memos/crud.py
memos/embedding.py
memos/indexing.py
memos/initialize_typesense.py
memos/logging_config.py
memos/main.py
memos/models.py
memos/process_webp.py
memos/read_metadata.py
memos/record.py
memos/schemas.py
memos/server.py
memos/test_server.py
memos/utils.py
memos.egg-info/PKG-INFO
memos.egg-info/SOURCES.txt
memos.egg-info/dependency_links.txt
memos.egg-info/entry_points.txt
memos.egg-info/requires.txt
memos.egg-info/top_level.txt
memos/cmds/__init__.py
memos/cmds/library.py
memos/cmds/plugin.py
memos/plugins/__init__.py
memos/plugins/ocr/__init__.py
memos/plugins/ocr/main.py
memos/plugins/ocr/ppocr-gpu.yaml
memos/plugins/ocr/ppocr.yaml
memos/plugins/ocr/server.py
memos/plugins/ocr/models/ch_PP-OCRv4_det_infer.onnx
memos/plugins/ocr/models/ch_PP-OCRv4_rec_infer.onnx
memos/plugins/ocr/models/ch_ppocr_mobile_v2.0_cls_train.onnx
memos/plugins/vlm/__init__.py
memos/plugins/vlm/main.py
memos/simple_tokenizer/dict/README.md
memos/simple_tokenizer/dict/hmm_model.utf8
memos/simple_tokenizer/dict/idf.utf8
memos/simple_tokenizer/dict/jieba.dict.utf8
memos/simple_tokenizer/dict/stop_words.utf8
memos/simple_tokenizer/dict/user.dict.utf8
memos/simple_tokenizer/dict/pos_dict/char_state_tab.utf8
memos/simple_tokenizer/dict/pos_dict/prob_emit.utf8
memos/simple_tokenizer/dict/pos_dict/prob_start.utf8
memos/simple_tokenizer/dict/pos_dict/prob_trans.utf8
memos/simple_tokenizer/linux/libsimple.so
memos/simple_tokenizer/macos/libsimple.dylib
memos/simple_tokenizer/windows/simple.dll
memos/static/app.html
memos/static/favicon.png
memos/static/_app/version.json
memos/static/_app/immutable/assets/0.0dab3f23.css
memos/static/_app/immutable/assets/_layout.d00b93bd.css
memos/static/_app/immutable/chunks/index.1b512e08.js
memos/static/_app/immutable/chunks/index.6b3577ff.js
memos/static/_app/immutable/chunks/scheduler.40ffd05d.js
memos/static/_app/immutable/chunks/singletons.b5f25c09.js
memos/static/_app/immutable/chunks/spread.a5bd2fdd.js
memos/static/_app/immutable/entry/app.f92ee4df.js
memos/static/_app/immutable/entry/start.c261521b.js
memos/static/_app/immutable/nodes/0.fd76a612.js
memos/static/_app/immutable/nodes/1.c0e65806.js
memos/static/_app/immutable/nodes/2.12fb6994.js
memos_ml_backends/server.py