Langchain Agent

Langchain Agent #

  • Conversational
  • OpenAI assistants
  • OpenAI functions
  • OpenAI Multi Functions Agent
  • OpenAI tools OpenAI parallel function calling (a.k.a. tool calling)
  • ReAct ZeroShotReactAgent
  • Self-ask with search
  • Structured tool chat

Langchain Apps #

rag-chroma-private [2] #

本地 部署 This template performs RAG with no reliance on external APIs. It utilizes Ollama the LLM, GPT4All for embeddings, and Chroma for the vectorstore.

research-assistant [3][4] #

This template implements a version of “GPT Researcher” that you can use as a starting point for a research agent.

LangGraph[5] #

参考 #

  1. Langchain Apps Project Code
  2. LangChain Agents 保姆级教程 | 动画演示 讲清 核心模块 Agents | Code 讲解 | Demo 演示
  3. “Research Assistant”: Exploring UXs Besides Chat
  4. Building a Research Assistant from Scratch
  5. LangGraph
  6. gpt-researcher