This article details how to use Ollama to run large language models locally, protecting sensitive data by keeping it on your machine. It covers installation, usage with Python, LangChain, and LangGraph, and provides a practical example with FinanceGPT, while also discussing the tradeoffs of using local LLMs.
This article details how to implement Generative User Interfaces (Generative UI) using LangGraph, specifically focusing on integrating React components with LangGraph graphs to create dynamic and interactive applications.