In one of my previous blog posts, I introduced LlamaIndex—a powerful framework for building LLM applications. In this post, I’d like to take it a step further by creating a toy project using a Next.js backend paired with the Olla...
Requirements:
pip install langgraph langchain_ollama
Here is the complete code for building a chatbot that uses Ollama as its provider:
from typing import Annotated
from typing_extensions import TypedDict
from langgraph.graph import StateGraph, START, END
from langgraph.graph.message import a...
When was the last time you installed a new OS? Or let me ask it differently: when was the last time you refreshed your work environment?
Ten years ago? Has it been five years since you last touched it? Or maybe just last year? If you're someone like me who enjoys trying out new things, this period...