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

Head commit for run:
f52fb93bfd975f2bd17895656913b6479ce47213 / Vikram Koka <[email protected]>
Add LangChain SEC 10-K financial analysis example DAGs

LangChain counterpart to `example_llamaindex_10k.py` — same DAG shape,
same sample data, same Pydantic models, different framework underneath.
Demonstrates that the framework choice is a swappable implementation
detail while Airflow provides orchestration, HITL, and observability.

Two DAGs:

- `example_langchain_10k_index` (weekly): builds per-company FAISS
  vector indexes via Dynamic Task Mapping using LangChainHook +
  RecursiveCharacterTextSplitter + FAISS.

- `example_langchain_10k_analysis` (manual trigger): HITL entry →
  @task.llm sub-question decomposition with structured output →
  Dynamic Task Mapping fan-out retrieval (one FAISS query per
  sub-question) → collect → LLMOperator synthesis with UsageLimits
  and AnalysisReport schema → ApprovalOperator gate.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to