assistance-engine/docs
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
..
LRM feat: add MBPP-style dataset generator and evaluation docs 2026-03-10 13:37:19 -07:00
avap_language_github_docs feat(chunk): enhance file reading and processing logic 2026-03-10 14:36:09 +01:00
developer.avapframework.com docs: align function syntax and cleanup docker config 2026-03-05 11:57:29 -08:00
samples workin on scratches bnf and parsing 2026-03-11 12:28:35 +01:00