This project demonstrates a LangGraph-orchestrated Retrieval-Augmented Generation (RAG) system for intelligent querying of Nike’s 2023 10-K filing. It extends prior modules by introducing a graph-based control flow, allowing the app to analyze questions, retrieve relevant vector data using metadata filters, and generate structured responses, all as composable LangGraph nodes.

This approach reflects a production-ready design for enterprise AI, combining semantic search, structured reasoning, and orchestration to deliver scalable, transparent question-answering pipelines.

Features

Key Insight

Orchestration is the secret to reliable AI systems. LangGraph makes it possible to coordinate retrieval, reasoning, and memory across steps, turning one-off queries into robust workflows and enabling LLMs to act as structured agents in dynamic environments.

View the source code on GitHub

View on GitHub →