assistance-engine/scratches/acano
acano bf3c7f36d8 feat(chunk): enhance file reading and processing logic
- Updated `read_files` function to return a list of dictionaries containing 'content' and 'title' keys.
- Added logic to handle concatenation of file contents and improved handling of file prefixes.
- Introduced `get_chunk_docs` function to chunk document contents using `SemanticChunker`.
- Added `convert_chunks_to_document` function to convert chunked content into `Document` objects.
- Integrated logging for chunking process.
- Updated dependencies in `uv.lock` to include `chonkie` and other related packages.
2026-03-10 14:36:09 +01:00
..
es_ingestion.ipynb feat(chunk): enhance file reading and processing logic 2026-03-10 14:36:09 +01:00
evaluate_retrieve.ipynb feat: Add Elasticsearch ingestion pipeline and document chunking functionality 2026-03-04 18:21:01 +01:00
generate_synthethic_data.ipynb Add chunk.py for processing and replacing JavaScript references with Avap 2026-03-09 13:21:18 +01:00
langgraph_agent_simple.ipynb Add chunk.py for processing and replacing JavaScript references with Avap 2026-03-09 13:21:18 +01:00