assistance-engine/scratches/acano
acano 5f21544e0b Refactor Elasticsearch ingestion pipeline and add MBPP generation script
- Updated `elasticsearch_ingestion.py` to streamline document processing and ingestion into Elasticsearch.
- Introduced `generate_mbap.py` for generating benchmark problems in AVAP language from a provided LRM.
- Created `prompts.py` to define prompts for converting Python problems to AVAP.
- Enhanced chunk processing in `chunk.py` to support markdown and AVAP documents.
- Added `OllamaEmbeddings` class in `embeddings.py` for handling embeddings with Ollama model.
- Updated dependencies in `uv.lock` to include new packages and versions.
2026-03-11 17:17:44 +01:00
..
elasticsearch_ingestion.py Refactor Elasticsearch ingestion pipeline and add MBPP generation script 2026-03-11 17:17:44 +01:00
elasticsearch_ingestion_v2.py Refactor Elasticsearch ingestion pipeline and add MBPP generation script 2026-03-11 17:17:44 +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
test_chunker.ipynb feat: Update dependencies and enhance Elasticsearch ingestion pipeline 2026-03-11 09:50:51 +01:00