DLAI Logo
AI is the new electricity and will transform and improve nearly all areas of human lives.

Welcome back!

We'd like to know you better so we can create more relevant courses. What do you do for work?

DLAI Logo
  • Explore Courses
  • Community
    • Forum
    • Events
    • Ambassadors
    • Ambassador Spotlight
  • My Learnings

Long-Term Agentic Memory With LangGraph
Short Course

Long-Term Agentic Memory With LangGraph

Learn to build AI agents with long-term memory with LangGraph, using LangMem for memory management.

AgentsChatbotsEmbeddingsEvaluation and MonitoringGenAI ApplicationsLLMOpsPrompt EngineeringRAGSearch and RetrievalVector Databases
  • LangChain
LangChain
Event-Driven Agentic Document Workflows
Short Course

Event-Driven Agentic Document Workflows

Build an event-driven agentic workflow to process documents and fill forms using RAG and human-in-the-loop feedback.

AgentsDocument ProcessingEmbeddingsEvent-Driven AIGenAI ApplicationsRAGSearch and RetrievalTask AutomationVector Databases
  • LlamaIndex
LlamaIndex
How Transformer LLMs Work
Short Course

How Transformer LLMs Work

Understand the transformer architecture that powers LLMs to use them more effectively.

Deep LearningEmbeddingsGenAI ApplicationsLLMOpsMachine LearningNLPRAGTransformers
  • Jay Alammar, Maarten Grootendorst
Jay Alammar, Maarten Grootendorst
Build Long-Context AI Apps with Jamba
Short Course

Build Long-Context AI Apps with Jamba

Build LLM apps that can process very long documents using the Jamba model

Document ProcessingGenAI ApplicationsGenerative ModelsNLPPrompt EngineeringRAG
  • AI21 labs
AI21 labs
Safe and reliable AI via guardrails
Short Course

Safe and reliable AI via guardrails

Move your LLM-powered applications beyond proof-of-concept and into production with the added control of guardrails.

AI SafetyChatbotsEvaluation and MonitoringGenAI ApplicationsLLMOpsNLPPrompt EngineeringRAG
  • GuardrailsAI
GuardrailsAI
LLMs as Operating Systems: Agent Memory
Short Course

LLMs as Operating Systems: Agent Memory

Build systems with MemGPT agents that can autonomously manage their memory.

AgentsLLMOpsPrompt EngineeringRAG
  • Letta
Letta
Serverless Agentic Workflows with Amazon Bedrock
Short Course

Serverless Agentic Workflows with Amazon Bedrock

Efficiently handle time-varying workloads with serverless agentic workflows and responsible agents built on Amazon Bedrock.

AgentsChatbotsGenAI ApplicationsGenerative ModelsRAGTask Automation
  • AWS
AWS
Multimodal RAG: Chat with Videos
Short Course

Multimodal RAG: Chat with Videos

Build an interactive system for querying video content using multimodal AI

Computer VisionEmbeddingsMultiModalNLPRAGSearch and RetrievalVector Databases
  • Intel
Intel
Building AI Applications With Haystack
Short Course

Building AI Applications With Haystack

Learn a flexible framework to build a variety of complex AI applications.

AI FrameworksAI in Software DevelopmentAgentsDocument ProcessingGenAI ApplicationsPrompt EngineeringRAGTask Automation
  • Haystack
Haystack
Prompt Compression and Query Optimization
Short Course

Prompt Compression and Query Optimization

Optimize the efficiency, security, query processing speed, and cost of your RAG applications.

Data ProcessingGenAI ApplicationsLLMOpsPrompt EngineeringRAGSearch and RetrievalVector Databases
  • MongoDB
MongoDB
Building Your Own Database Agent
Short Course

Building Your Own Database Agent

Interact with tabular data and SQL databases using natural language, enabling more efficient and accessible data analysis.

AgentsData ProcessingGenAI ApplicationsLLMOpsLLM ServingRAGSearch and Retrieval
  • Microsoft
Microsoft
AI Agentic Design Patterns with AutoGen
Short Course

AI Agentic Design Patterns with AutoGen

Use the AutoGen framework to build multi-agent systems with diverse roles and capabilities for implementing complex AI applications.

AI FrameworksAgentsGenAI ApplicationsRAGTask Automation
  • Microsoft
  • Penn State University
Microsoft, Penn State University
Multi AI Agent Systems with crewAI
Short Course

Multi AI Agent Systems with crewAI

Automate business workflows with multi-AI agent systems. Exceed the performance of prompting a single LLM by designing and prompting a team of AI agents through natural language.

AI FrameworksAI in Software DevelopmentAgentsGenAI ApplicationsRAGTask Automation
  • crewAI
crewAI
Building Multimodal Search and RAG
Short Course

Building Multimodal Search and RAG

Build smarter search and RAG applications for multimodal retrieval and generation.

EmbeddingsMultiModalRAGSearch and RetrievalVector Databases
  • Weaviate
Weaviate
Building Agentic RAG with Llamaindex
Short Course

Building Agentic RAG with Llamaindex

Build autonomous agents that intelligently navigate and analyze your data. Learn to develop agentic RAG systems using LlamaIndex, enabling powerful document Q&A and summarization. Gain valuable skills in guiding agent reasoning and debugging.

AI FrameworksAgentsGenAI ApplicationsPrompt EngineeringRAGSearch and Retrieval
  • LlamaIndex
LlamaIndex
Getting Started with Mistral
Short Course

Getting Started with Mistral

Explore Mistral's open-source and commercial models, and leverage Mistral's JSON mode to generate structured LLM responses. Use Mistral's API to call user-defined functions for enhanced LLM capabilities.

EmbeddingsGenerative ModelsPrompt EngineeringRAG
  • Mistral AI
Mistral AI
Preprocessing Unstructured Data for LLM Applications
Short Course

Preprocessing Unstructured Data for LLM Applications

Improve your RAG system to retrieve diverse data types. Learn to extract and normalize content from a wide variety of document types, such as PDFs, PowerPoints, and HTML files.

Computer VisionDocument ProcessingGenAI ApplicationsRAGVector Databases
  • Unstructured
Unstructured
JavaScript RAG Web Apps with LlamaIndex
Short Course

JavaScript RAG Web Apps with LlamaIndex

Build a full-stack web application that uses RAG capabilities to chat with your data. Learn to build a RAG application in JavaScript, using an intelligent agent to answer queries.

AI FrameworksGenAI ApplicationsPrompt EngineeringRAGSearch and Retrieval
  • LlamaIndex
LlamaIndex
Knowledge Graphs for RAG
Short Course

Knowledge Graphs for RAG

Learn how to build and use knowledge graph systems to improve your retrieval augmented generation applications. Use Neo4j's query language Cypher to manage and retrieve data.

EmbeddingsGenAI ApplicationsRAGSearch and RetrievalVector Databases
  • Neo4j
Neo4j
Build LLM Apps with LangChain.js
Short Course

Build LLM Apps with LangChain.js

Expand your toolkit with LangChain.js, a JavaScript framework for building with LLMs. Understand the fundamentals of using LangChain to orchestrate and chain modules.

AI FrameworksChatbotsGenAI ApplicationsPrompt EngineeringRAGSearch and Retrieval
  • LangChain
LangChain
Advanced Retrieval for AI with Chroma
Short Course

Advanced Retrieval for AI with Chroma

Learn advanced retrieval techniques to improve the relevancy of retrieved results. Learn to recognize poor query results and use LLMs to improve queries.

EmbeddingsFine-TuningGenAI ApplicationsRAGSearch and Retrieval
  • Chroma
Chroma
Building and Evaluating Advanced RAG
Short Course

Building and Evaluating Advanced RAG

Learn advanced RAG retrieval methods like sentence-window and auto-merging that outperform baselines, and evaluate and iterate on your pipeline's performance.

AI FrameworksEvaluation and MonitoringGenAI ApplicationsLLMOpsRAGSearch and Retrieval
  • TruEra
  • LlamaIndex
TruEra, LlamaIndex
Vector Databases: from Embeddings to Applications
Short Course

Vector Databases: from Embeddings to Applications

Design and execute real-world applications of vector databases. Build efficient, practical applications, including hybrid and multilingual searches.

EmbeddingsGenAI ApplicationsRAGSearch and RetrievalVector Databases
  • Weaviate
Weaviate
Functions, Tools and Agents with LangChain
Short Course

Functions, Tools and Agents with LangChain

Learn about the latest advancements in LLM APIs and use LangChain Expression Language (LCEL) to compose and customize chains and agents.

AI FrameworksAgentsChatbotsGenerative ModelsPrompt EngineeringRAG
  • LangChain
LangChain
Understanding and Applying Text Embeddings
Short Course

Understanding and Applying Text Embeddings

Learn how to accelerate the application development process with text embeddings for sentence and paragraph meaning.

EmbeddingsGenAI ApplicationsNLPRAGSearch and Retrieval
  • Google Cloud
Google Cloud
How Business Thinkers Can Start Building AI Plugins With Semantic Kernel
Short Course

How Business Thinkers Can Start Building AI Plugins With Semantic Kernel

Learn Microsoft's open source orchestrator, Semantic Kernel and use LLM building blocks such as memory, connectors, chains and planners in your apps.

AI FrameworksChatbotsGenAI ApplicationsPrompt EngineeringRAG
  • Microsoft
Microsoft
Large Language Models with Semantic Search
Short Course

Large Language Models with Semantic Search

Learn to use LLMs to enhance search and summarize results, using Cohere Rerank and embeddings for dense retrieval.

EmbeddingsNLPRAGSearch and RetrievalVector Databases
  • Cohere
Cohere
LangChain Chat with Your Data
Short Course

LangChain Chat with Your Data

Create a chatbot with LangChain to interface with your private data and documents. Learn from LangChain creator, Harrison Chase.

Computer VisionDocument ProcessingEmbeddingsRAGVector Databases
  • LangChain
LangChain
LangChain for LLM Application Development
Short Course

LangChain for LLM Application Development

Use the powerful and extensible LangChain framework, using prompts, parsing, memory, chains, question answering, and agents.

AI FrameworksAgentsChatbotsGenerative ModelsPrompt EngineeringRAG
  • LangChain
LangChain