talk-data.com
Companies (1 result)
Activities & events
| Title & Speakers | Event |
|---|---|
|
Gen AI Application Development
2025-06-09 · 21:00
This course provides participants with information and practical experience in building advanced LLM (Large Language Model) applications using multi-stage reasoning LLM chains and agents. In the initial section, participants will learn how to decompose a problem into its components and select the most suitable model for each step to enhance business use cases. Following this, participants will construct a multi-stage reasoning chain utilizing LangChain and HuggingFace transformers. Finally, participants will be introduced to agents and will design an autonomous agent using generative models on Databricks. Pre-requisites: Solid understanding of natural language processing (NLP) concepts, familiarity with prompt engineering and prompt engineering best practices, experience with the Databricks Data Intelligence Platform, experience with retrieval-augmented generation (RAG) techniques including data preparation, building RAG architectures, and concepts like embeddings, vectors, and vector databases Labs: Yes Certification Path: Databricks Certified Generative AI Engineer Associate |
Data + AI Summit 2025
|
|
An Evolving DAG for the LLM world - Julia Schottenstein of LangChain at Small Data SF
2025-05-03 · 23:03
Julia Schottenstein
– Product Manager
@ dbt labs
Directed Acyclic Graphs (DAGs) are the foundation of most orchestration frameworks. But what happens when you allow an LLM to act as the router? Acyclic graphs now become cyclic, which means you have to design for the challenges resulting from all this extra power. We'll cover the ins and outs of agentic applications and how to best use them in your work as a data practitioner or developer building today. ➡️ Follow Us LinkedIn: https://www.linkedin.com/company/small-data-sf/ X/Twitter : https://twitter.com/smalldatasf Website: https://www.smalldatasf.com/ Discover LangChain, the open-source framework for building powerful agentic systems. Learn how to augment LLMs with your private data, moving beyond their training cutoffs. We'll break down how LangChain uses "chains," which are essentially Directed Acyclic Graphs (DAGs) similar to data pipelines you might recognize from dbt. This structure is perfect for common patterns like Retrieval Augmented Generation (RAG), where you orchestrate steps to fetch context from a vector database and feed it to an LLM to generate an informed response, much like preparing data for analysis. Dive into the world of AI agents, where the LLM itself determines the application's control flow. Unlike a predefined DAG, this allows for dynamic, cyclic graphs where an agent can iterate and improve its response based on previous attempts. We'll explore the core challenges in building reliable agents: effective planning and reflection, managing shared memory across multiple agents in a cognitive architecture, and ensuring reliability against task ambiguity. Understand the critical trade-offs between the dependability of static chains and the flexibility of dynamic LLM agents. Introducing LangGraph, a framework designed to solve the agent reliability problem by balancing agent control with agency. Through a live demo in LangGraph Studio, see how to build complex AI applications using a cyclic graph. We'll demonstrate how a router agent can delegate tasks, execute a research plan with multiple steps, and use cycles to iterate on a problem. You'll also see how human-in-the-loop intervention can steer the agent for improved performance, a critical feature for building robust and observable agentic systems. Explore some of the most exciting AI agents in production today. See how Roblox uses an AI assistant to generate virtual worlds from a prompt, how TripAdvisor’s agent acts as a personal travel concierge to create custom itineraries, and how Replit’s coding agent automates code generation and pull requests. These real-world examples showcase the practical power of moving from simple DAGs to dynamic, cyclic graphs for solving complex, agentic problems. |
Small Data SF 2024 |
|
Building High-Accuracy Agents for High-Risk Industries
2024-06-26 · 21:00
can uncu
– Co-founder & CTO
@ Asepha
We’ve built North America's most capable pharmacy agents using LangChain and Elasticsearch, securing over $1M in pre-seed funding and serving pharmacy chains with over a thousand stores. I was at the Google Montreal office 2 weeks ago sharing my experiences at a genAI panel. I’d love to give a lightning talk at the Elastic and LangChain NYC Meetup on building high-accuracy agents for high-risk industries. Healthcare is a tough industry but LangChain helped us tremendously. Our journey through due diligence and navigating legacy sectors could offer valuable insights. |
Elastic & LangChain NYC Meetup
|
|
Langchain: A Framework for Building Large Language Model Apps
2024-03-29 · 15:00
📢PyData Yerevan is announcing its March meetup! The upcoming #PyDataYVN meetup will feature a talk on “Langchain: A Framework for Building Large Language Model Apps” by Karen Javadyan, Software Engineer at Snowflake, and Dr. Gor Hayrapetyan, Lead/Senior Data Engineer at Microsoft, Estonia. The landscape of Large Language Models (LLM) and the libraries supporting them has recently had rapid evolution. During the talk, our speakers will provide a brief introduction to LLMs and explore the current framework of LLM applications. Following this, they will discover Langchain features and concepts, including: 🔹Integrations with different LLM models 🔹Chains 🔹Retrievers 🔹Tools 🔹Agents To put Langchain usage into perspective, the talk will also reflect on RAG technique to expose LLM to your data. Register and mark your calendars to attend the talk on March 29, at 19:00, in the PMI Science R&D Center (Teryan 105, 13 building): https://forms.gle/v7BEgiRXi7oZ415w7 |
Langchain: A Framework for Building Large Language Model Apps
|
|
Directed Acyclic Graphs (DAGs) are the foundation of most orchestration frameworks. But what happens when you allow an LLM to act as the router? Acyclic graphs now become cyclic, which means you have to design for the challenges resulting from all this extra power. We'll cover the ins and outs of agentic applications and how to best use them in your work as a data practitioner or developer building today. ➡️ Follow Us LinkedIn: https://www.linkedin.com/company/small-data-sf/ X/Twitter : https://twitter.com/smalldatasf Website: https://www.smalldatasf.com/ Discover LangChain, the open-source framework for building powerful agentic systems. Learn how to augment LLMs with your private data, moving beyond their training cutoffs. We'll break down how LangChain uses "chains," which are essentially Directed Acyclic Graphs (DAGs) similar to data pipelines you might recognize from dbt. This structure is perfect for common patterns like Retrieval Augmented Generation (RAG), where you orchestrate steps to fetch context from a vector database and feed it to an LLM to generate an informed response, much like preparing data for analysis. Dive into the world of AI agents, where the LLM itself determines the application's control flow. Unlike a predefined DAG, this allows for dynamic, cyclic graphs where an agent can iterate and improve its response based on previous attempts. We'll explore the core challenges in building reliable agents: effective planning and reflection, managing shared memory across multiple agents in a cognitive architecture, and ensuring reliability against task ambiguity. Understand the critical trade-offs between the dependability of static chains and the flexibility of dynamic LLM agents. Introducing LangGraph, a framework designed to solve the agent reliability problem by balancing agent control with agency. Through a live demo in LangGraph Studio, see how to build complex AI applications using a cyclic graph. We'll demonstrate how a router agent can delegate tasks, execute a research plan with multiple steps, and use cycles to iterate on a problem. You'll also see how human-in-the-loop intervention can steer the agent for improved performance, a critical feature for building robust and observable agentic systems. Explore some of the most exciting AI agents in production today. See how Roblox uses an AI assistant to generate virtual worlds from a prompt, how TripAdvisor’s agent acts as a personal travel concierge to create custom itineraries, and how Replit’s coding agent automates code generation and pull requests. These real-world examples showcase the practical power of moving from simple DAGs to dynamic, cyclic graphs for solving complex, agentic problems. |
Small Data SF 2024 |
|
Some detailed examples of Langchain Chains and Agents
2023-08-29 · 23:00
There will be some Python, but Python is kind of a neutral language and I'm not overly concerned about coding details. |
|
|
Overview of Llama-2 and other LLM Updates
2023-08-29 · 23:00
Overview of Llama-2 and other LLM updates. |
|