Skip to content

langchain

Top 5 Methods to Create a State in LangGraph

Top 5 Methods to Create a State in LangGraph

The state is a crucial component in LangGraph. Using state, you can transfer information into different nodes of the graph. Due to LangGraph’s flexibility, There are many ways to define State in LangGraph. Let’s check all the other ways. Define state in LangGraph by inheriting classes In Python, certain predefined classes, such as TypedDict and Pydantic, allow their properties to… Continue readingTop 5 Methods to Create a State in LangGraph

Appointment Bot using Langchain and Google sheet

How to make an appointment bot using Langchain and Google Sheets in Python easily

Introduction In this blog, we’ll dive into the fascinating world of building an appointment bot using Langchain and integrating it with Google Sheets using Python. Imagine having an automated system that updates your Google Sheets for efficient record-keeping. Make an API in Google Sheet Before creating the AI chatbot that helps to create an appointment. We need to create one… Continue readingHow to make an appointment bot using Langchain and Google Sheets in Python easily