ReMe/reme2/file_based
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(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
file_io.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
file_utils.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
memory_search.py refactor(file_store): simplify file metadata schema and remove unused fields 2026-04-23 19:25:55 +08:00
summarizer.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
summarizer.yaml feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00