Commit Graph

4 Commits

Author SHA1 Message Date
acano 1549069f5a feat: Add Elasticsearch ingestion pipeline and document chunking functionality
- Implemented `elasticsearch_ingestion` function to handle document ingestion into Elasticsearch.
- Created `build_chunks_from_folder` function to read and clean text files, generating document chunks.
- Added logging for better traceability during the ingestion process.
- Updated `uv.lock` to include `boto3` as a new dependency.
2026-03-04 18:21:01 +01:00
pseco 0b75c3254c Refactor code structure for improved readability and maintainability 2026-02-19 17:09:35 +01:00
acano 918befe65f Refactor code structure for improved readability and maintainability 2026-02-17 11:33:15 +01:00
acano 04d423d87e chore: clean up code structure and remove unused code blocks 2026-02-11 18:03:43 +01:00