ReMe/reme2/schema
huangsen c2e43c398b
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
```
2026-04-28 11:37:20 +08:00
..
__init__.py ``` 2026-04-28 11:37:20 +08:00
application_config.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
as_msg_stat.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
base_node.py refactor(component): refactor base components and file store implementations 2026-04-23 17:44:25 +08:00
chunk_filter.py ``` 2026-04-28 11:37:20 +08:00
file_chunk.py refactor(component): refactor base components and file store implementations 2026-04-23 17:44:25 +08:00
file_graph.py ``` 2026-04-28 11:37:20 +08:00
file_metadata.py refactor(file_store): simplify file metadata schema and remove unused fields 2026-04-23 19:25:55 +08:00
request.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
response.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
stream_chunk.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00