mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-22 00:32:49 +00:00
|
Some checks failed
Pre-commit / run (ubuntu-latest) (push) Has been cancelled
refactor(component): rename file_store to chunk_store and update interfaces - Rename BaseFileStore to BaseChunkStore and update component type - Replace file_store property with chunk_store in BaseStep - Add file_graph property to access file metadata from FileWatcher - Update all storage backends (Chroma, Local, SQLite) to use chunk-focused APIs - Remove file metadata handling from chunk stores (moved to FileGraph) - Update search methods to use ChunkFilter instead of SearchFilter - Remove file_store imports and add chunk_store imports ``` |
||
|---|---|---|
| .. | ||
| component | ||
| config | ||
| enumeration | ||
| file_based | ||
| schema | ||
| utils | ||
| vector_based | ||
| __init__.py | ||
| application.py | ||
| constants.py | ||
| reme.py | ||
| reme_backup.py | ||