Commit Graph

9 Commits

Author SHA1 Message Date
acano 0abbae93a4 docs: update usage instructions and improve validation error messages in generate_mbap.py 2026-03-12 13:19:10 +01:00
acano 01ce959aab refactor: remove unused BNF file generator script 2026-03-12 12:31:05 +01:00
acano 654ac88da7 feat: Enhance Elasticsearch ingestion with metadata export
- Added `export_documents` function to save processed documents to JSON.
- Extended `ElasticHandshake` to include chunk metadata during ingestion.
- Updated `process_documents` to include extra metadata for each chunk.
- Modified `ingest_documents` to return Elasticsearch responses for further processing.
- Adjusted `elasticsearch_ingestion` command to accept output path for exported JSON.
2026-03-12 12:28:17 +01:00
acano 648f0f7318 refactor: reorganize file structure and update import paths for clarity 2026-03-12 10:21:44 +01:00
acano a4478cb7ff refactor: remove unused BNF file generator script 2026-03-12 10:09:25 +01:00
acano dc7568b622 docs: enhance function docstrings for Elasticsearch ingestion and document processing 2026-03-12 09:54:24 +01:00
acano aa80f60fdc refactor: update Elasticsearch ingestion pipeline and document processing logic 2026-03-12 09:51:00 +01:00
acano de21bcb5fb Refactor code structure for improved readability and maintainability 2026-03-11 17:48:54 +01:00
acano a4267e1b60 feat: implement Elasticsearch ingestion pipeline and embedding factories 2026-03-05 16:26:22 +01:00