- 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. |
||
|---|---|---|
| .. | ||
| elasticsearch_ingestion.py | ||
| elasticsearch_ingestion_v2.py | ||
| es_ingestion.ipynb | ||
| evaluate_retrieve.ipynb | ||
| generate_synthethic_data.ipynb | ||
| langgraph_agent_simple.ipynb | ||
| test_chunker.ipynb | ||