assistance-engine/scripts/pipelines/flows
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
..
bnf_files_generator.py BNF extraction pipeline from avap.md 2026-03-11 11:29:19 +01:00
elasticsearch_ingestion.py Refactor Elasticsearch ingestion pipeline and add MBPP generation script 2026-03-11 17:17:44 +01:00
generate_mbap.py Refactor Elasticsearch ingestion pipeline and add MBPP generation script 2026-03-11 17:17:44 +01:00
translate_mbpp.py feat: Add synthetic dataset generation for AVAP using MBPP dataset 2026-03-09 17:43:07 +01:00