1.5 Running Your First LLM
Ollama local setup, first API call to OpenAI/Anthropic, and comparing outputs.
Ollama local setup, first API call to OpenAI/Anthropic, and comparing outputs.
Python SDK setup, messages API, and streaming responses for OpenAI and Anthropic.
OpenAI function calling, Anthropic tool use, and schema definition for AI agents.
Learn to build a production-ready Retrieval-Augmented Generation pipeline using LangChain 0.2 and ChromaDB — from document ingestion to streamed answers.