Thank you for sending your enquiry! One of our team members will contact you shortly.
Thank you for sending your booking! One of our team members will contact you shortly.
Course Outline
Introduction to LangGraph and Graph Concepts
- Understanding the role of graphs in LLM applications: orchestration versus simple chains.
- Core components: nodes, edges, and state in LangGraph.
- Hello LangGraph: creating the first runnable graph.
State Management and Prompt Chaining
- Designing prompts as graph nodes.
- Transmitting state between nodes and managing outputs.
- Memory patterns: distinguishing between short-term and persisted context.
Branching, Control Flow, and Error Handling
- Conditional routing and multi-path workflows.
- Implementing retries, timeouts, and fallback strategies.
- Ensuring idempotency and safe re-executions.
Tools and External Integrations
- Function and tool calling from within graph nodes.
- Invoking REST APIs and external services within the graph.
- Handling structured outputs.
Retrieval-Augmented Workflows
- Basics of document ingestion and chunking.
- Utilizing embeddings and vector stores (e.g., ChromaDB).
- Generating grounded answers with citations.
Testing, Debugging, and Evaluation
- Conducting unit-style tests for nodes and paths.
- Implementing tracing and observability.
- Performing quality checks for factuality, safety, and determinism.
Packaging and Deployment Fundamentals
\r- Setting up environments and managing dependencies.
- Serving graphs through APIs.
- Managing workflow versioning and rolling updates.
Summary and Next Steps
Requirements
- A foundational understanding of Python programming.
- Experience with REST APIs or Command Line Interface (CLI) tools.
- Familiarity with Large Language Model (LLM) concepts and the fundamentals of prompt engineering.
Audience
- Developers and software engineers new to graph-based LLM orchestration.
- Prompt engineers and AI newcomers developing multi-step LLM applications.
- Data practitioners exploring workflow automation with LLMs.
14 Hours