Skip to main content

Section outline

    • Session 1: Understanding Generative AI and ChatGPT (4 Hours)
      • Introduction to Generative AI and LLMs.
      • Practical tasks with OpenAI API.
      • Lab: Use OpenAI API to perform tasks.
    • Session 2: Prompt Engineering (4 Hours)
      • Prompting techniques: zero, one, few-shot, and chain-of-thought.
      • Strategies: ReAct, self-feedback, and critique.
      • Lab: Apply advanced prompt engineering techniques.
    • Session 3: Using LangChain (4 Hours)
      • AI app workflows and LangChain basics.
      • Memory types and implementation.
      • Lab: Create and use chains with LangChain.
    • Session 4: Embeddings, Vector Stores, and RAG (4 Hours)
      • Embedding flow and vector stores (ChromaDB and Pinecone).
      • Lab: Build a retriever chain with RAG.
  • Session 5: Tools & AI Agents (5 Hours)

    Configuring AI tools & defining functions
    Understanding ChatGPT functions & web search tools
    Implementing AI agents & memory scratch pads
    Error handling, tracing & observability with LangSmith & LangGraph
    Lab: Building an AI app with tools and agents