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 ``` |
||
|---|---|---|
| .. | ||
| as_llm | ||
| as_llm_formatter | ||
| as_token_counter | ||
| chunk_store | ||
| client | ||
| embedding | ||
| file_parser | ||
| file_watcher | ||
| job | ||
| service | ||
| __init__.py | ||
| application_context.py | ||
| base_component.py | ||
| base_step.py | ||
| component_registry.py | ||
| prompt_handler.py | ||
| runtime_context.py | ||