ReMe/reme2/schema
jinli.yl 701669310c
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
refactor(file_store): simplify file metadata schema and remove unused fields
- Removed hash, size, content, and chunk_count fields from FileMetadata model
- Updated chroma and local file stores to remove excluded fields from model dump
- Removed hash calculation and content storage from default file parser
- Removed chunk count tracking from file parsing logic
- Simplified FileMetadata schema to only include essential fields
- Added new SQLite file store implementation with vector and full-text search
- Added memory search step for semantic search functionality
2026-04-23 19:25:55 +08:00
..
__init__.py feat: add file parser support and search filtering (#214) 2026-04-21 16:44:46 +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
file_chunk.py refactor(component): refactor base components and file store implementations 2026-04-23 17:44:25 +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
search_filter.py feat: add file parser support and search filtering (#214) 2026-04-21 16:44:46 +08:00
stream_chunk.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00