ReMe/reme/components/file_store
jinliyl 1a6b584274
fix(persistence): avoid duplicate index dumps (#489)
* fix(persistence): avoid duplicate index dumps

* fix(persistence): align dumps with component ownership

* fix(persistence): preserve subclass dump hooks
2026-08-26 16:51:00 +08:00
..
__init__.py feat(file_store): add ZvecLocalFileStore backend (#410) 2026-08-05 22:08:30 +08:00
base_file_store.py feat(faiss_file_store): upgrade FAISS to HNSW index with async reindex (#390) 2026-07-27 19:54:38 +08:00
faiss_local_file_store.py fix(persistence): avoid duplicate index dumps (#489) 2026-08-26 16:51:00 +08:00
local_file_store.py fix(persistence): avoid duplicate index dumps (#489) 2026-08-26 16:51:00 +08:00
zvec_local_file_store.py fix(persistence): avoid duplicate index dumps (#489) 2026-08-26 16:51:00 +08:00