
New short course: Event-Driven Agentic Document Workflows. Event-driven workflows are a key design pattern in which many pieces of work (LLM calls, tool use, etc.) can be carried out asynchronously and in parallel, and completion of specific steps generate events that trigger other work to begin. In this course, created in partnership with @llama_index and @seldo, VP of Developer Relations, you'll learn to apply this technique to document workflows. Filling out complex forms can be tedious, time-consuming, and error-prone. Agentic workflows can automate this. This course teaches you how to build an agentic document workflow using an event-driven architecture. You'll design an event-driven agentic workflow that fills out a PDF form based on information from a source document. The agent will use RAG to retrieve relevant data from the source document, parse the form to identify the required fields, convert the blank spaces into questions, and send those questions to the RAG system to fill the form. You'll collaborate with the agent using a human-in-the-loop feedback approach through text and with your voice. In detail, you’ll: - Understand the basic concepts of event-driven…
Event-driven architecture is a concrete answer to serial latency: parallel calls and triggered by completion events, demonstrated on a real document task.
Checking sign-in…
Loading comments…