Best of LangchainNovember 2024

  1. 1
    Article
    Avatar of faunFaun·2y

    Building AI Agents and Workflow

    With advancements in AI, creating AI Agents and AI-driven Workflows has become a growing interest. An AI Agent uses a Language Model (LLM) for reasoning and utilizes tools to perform tasks autonomously, while an Agentic Workflow combines these agents to execute a series of tasks. The post provides a step-by-step guide to build an AI Agent using langchain and OpenAI, including examples of sending emails and generating responses based on queries. The process involves defining tools, creating agents, setting up workflows, and executing tasks, with a focus on flexibility and extensibility.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Use LangChain and GPT to Analyze Multiple Documents

    LangChain is a versatile project designed to provide easy integrations with various large language models (LLMs). This guide demonstrates how to use LangChain with GPT to programmatically access, summarize, and analyze online documents, with examples using financial reports from companies like Alphabet, Cisco, and IBM. The process involves setting up a Python environment, loading multiple PDF files, and utilizing tools such as PyPDFLoader, CharacterTextSplitter, and FAISS for text processing and embedding. The tutorial highlights the ability to automate AI tasks on real-world data efficiently.

  3. 3
    Article
    Avatar of hnHacker News·2y

    gregpr07/browser-use

    Browser-Use allows Language Models (LLMs) to interact with websites naturally, offering features like universal LLM support, smart element detection, multi-tab management, and vision model support. Users can customize browser interactions and persist browser states across multiple agents. It supports all LangChain chat models and provides examples and quick start guides to help users get started.