Advanced Practice: Adding Conditional Branches to LangGraph

Advanced Practice: Adding Conditional Branches to LangGraph

• Hello everyone, I am student Xiao Zhang, sharing AI knowledge and practical cases daily. • Welcome to like + follow 👏, continue learning, and keep delivering valuable content. • +v: jasper_8017 Let’s communicate 💬 and progress together 💪. Overview of Articles in Official Account Continuing from the previous article (【AI Agent】【LangGraph】0. Quick Start: Collaborating … Read more

Minimal LangGraph Tutorial 1: Natural Language and DB Interaction

Minimal LangGraph Tutorial 1: Natural Language and DB Interaction

Introduction With a single line of Cursor, develop a LangGraph program that can interact with any database, regardless of its structure! Preparation Download a copy of the LangGraph code, remember the location, and update to .cursorrules Prepare a .cursorrules file to store the following content Download the DB file and reference file main.py I provided, … Read more

Unlocking LangGraph and OpenAI for Financial Analysis Agents

Unlocking LangGraph and OpenAI for Financial Analysis Agents

Utilize LangChain, LangGraph, and Yahoo Finance to build a stock performance analysis agent. Long press to follow “AI Technology Forum” AI Empowered Stock Analysis In stock trading, investors rely on various tools and methods to make informed decisions. One method is fundamental analysis, which provides operational advice by evaluating a company’s financials against stock performance. … Read more

Using LangGraph for Long Text Summarization

Using LangGraph for Long Text Summarization

In this article, we will explore how to build a powerful document summarization system using LangChain and LangGraph. This system can handle long texts by chunking, parallel processing, and recursively merging to finally generate a coherent summary. 0. Short Text Summarization When the tokens are sufficient to accommodate the document, no document segmentation is necessary, … Read more

Building a SQL-Based Q&A System with LangGraph

Building a SQL-Based Q&A System with LangGraph

In this blog, we will delve into how to build an intelligent SQL query assistant using LangChain and LangGraph. This assistant can convert natural language questions into SQL queries, execute the queries, and provide human-friendly answers. More importantly, it supports human-machine collaborative workflows, allowing users to intervene at critical steps. 0. Initialize SQL Data We … Read more

Quick Start: Using LangChain and LangGraph for Multi-Agent Construction

Quick Start: Using LangChain and LangGraph for Multi-Agent Construction

• Hello everyone, I am student Xiao Zhang, sharing AI knowledge and practical cases daily. • Welcome to like + follow 👏, continuous learning, and continuous output of valuable content. • +v: jasper_8017 let’s communicate 💬 and progress together 💪. Article Overview in the Official Account So far, I have systematically studied two intelligent agent … Read more

Getting Started with Google Vertex AI API and LangChain Integration

Getting Started with Google Vertex AI API and LangChain Integration

Click 01 Muggle Community Follow the official account, and you won’t get lost in AI learning Google recently released its latest and most powerful language model – Gemini. This significant advancement marks the beginning of a new era in the field of artificial intelligence and provides developers and businesses with unprecedented opportunities. Starting from December … Read more

Building Document-Based Q&A System Using LangChain, Pinecone, and LLMs

Building Document-Based Q&A System Using LangChain, Pinecone, and LLMs

Click the blue text above to follow us 1. Introduction Today we will delve into the process of creating a document-based Q&A system using LangChain and Pinecone, leveraging the latest large language models (LLMs) such as OpenAI’s GPT-4 and ChatGPT. LangChain is a powerful framework designed for developing applications driven by language models, while Pinecone … Read more

Building an AI Memory System with LangChain and Pinecone from Scratch

Building an AI Memory System with LangChain and Pinecone from Scratch

Building an AI Memory System with LangChain and Pinecone from Scratch Recently, have you been overwhelmed by various AI applications? With the emergence of ChatGPT, Wenxin Yiyan, and more, it can be dazzling. However, did you know that these AI applications all share a common point – they utilize a magical framework called LangChain. Today, … Read more

Pinecone and LangChain: Powerful Tools for LLM Application Development

Pinecone and LangChain: Powerful Tools for LLM Application Development

To avoid losing contact, please also follow the backup account. Large language models are machine learning models capable of generating natural language text based on context. In recent years, with the development of deep learning and big data, the performance and capabilities of language models have significantly improved, leading to the emergence of many applications … Read more