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.