Build an Agent | 🦜️🔗 LangChain
python.langchain.com · 60,165 words · saved by 1 readers
By themselves, language models can't take actions - they just output text.
RAG with Deep Agents - Docs by LangChain Documentation Index Fetch the complete documentation index at: /llms.txt Use this file to discover all available pages before exploring further. Skip to main content One of the most powerful LLM-based applications are sophisticated question-answering (Q&A) chatbots which augment LLMs by providing it with inference-time access to a set of data. This might be private data, recent data, or data that is not part of the training data the LLM is trained on. These applications use a technique known as Retrieval Augmented Generation, or RAG . Deep Agents gives
related reading
- LangChain: the open agent platform to own your intelligencelangchain.com
- LLM Powered Autonomous Agents | Lil'Loglilianweng.github.io
- Cookbookcookbook.openai.com
- The vector database to build knowledgeable AI | Pineconepinecone.io
- The Agent Stackvercel.com
- Building reliable AI agents · parth sareenparthsareen.com
- GitHub - assafelovic/gpt-researcher: An autonomous agent that conducts deep research on any data using any LLM providersgithub.com
- Parsed | Custom, interpretable AI systems that continuously learnparsed.com
- The Problem With LangChain | Max Woolf's Blogminimaxir.com
- Hermes Agent — The Agent That Grows With Youhermes-agent.nousresearch.com
- Voyage AI | Homevoyageai.com
- LLM Agents | Prompt Engineering Guidepromptingguide.ai