The GitHub Actions job "Tests (AMD)" on airflow.git/aip99-llamaindex-example 
has failed.
Run started by GitHub user vikramkoka (triggered by vikramkoka).

Head commit for run:
614e181452332ba7bbb07cad15a7fbbb2fed459a / Vikram Koka <[email protected]>
Add example DAGs for LlamaIndex RAG pipelines

- Adds `example_llamaindex_rag.py` with three example DAGs demonstrating RAG 
patterns using the new LlamaIndex operators
  - **Full RAG pipeline**: DocumentLoaderOperator → EmbeddingOperator → 
RetrievalOperator → LLMOperator
  - **Separate index/query DAGs**: weekly PDF indexing DAG + on-demand 
parameterized query DAG (production pattern)
  - **Multi-source RAG**: combines CSV and text files with metadata tagging, 
merges via @task, then embeds

  ## Dependencies

  Requires PR #67120 (DocumentLoaderOperator) and PR #67121 (LlamaIndex 
operators) to merge first.

  ## Test plan

  - [ ] Verify DAG file parses without errors after dependency PRs merge
  - [ ] Verify all three DAGs appear in the Airflow UI
  - [ ] Test full RAG pipeline end-to-end with sample text files and an OpenAI 
connection
  - [ ] Test parameterized query DAG with custom `question` parameter

Report URL: https://github.com/apache/airflow/actions/runs/26107026519

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to