Best of LangchainOctober 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn Generative AI for Developers

    Generative AI is transforming AI by enabling machines to produce text, images, and audio. A new 21-hour course on the freeCodeCamp.org YouTube channel offers a comprehensive guide for developers, covering foundational concepts, advanced methods, hands-on projects, and deployment. Key tools include Hugging Face, OpenAI, LangChain, and vector databases, with practical applications like chatbots and text summarizers. The course also delves into Retrieval-Augmented Generation (RAG) and deploying AI apps on Google Cloud and AWS.

  2. 2
    Article
    Avatar of gettingstartedaiGetting started with AI·2y

    LangGraph Tutorial with Practical Example

    This tutorial guides you through building a LangGraph application designed to enhance resumes for job seekers. LangGraph, a low-level framework from LangChain, enables developers to create graph-based AI applications. It involves using graph structures to manage state and node interactions, where each node performs specific tasks such as calling an API or processing data. The tutorial includes an example of integrating OpenAI's GPT-4o to create a resume expert system that interacts with job and resume data.

  3. 3
    Article
    Avatar of neo4jneo4j·2y

    Turn Your CSVs Into Graphs Using LLMs

    The post explores how large language models (LLMs) can assist in creating data models from CSV files for use in Neo4j, emphasizing iterative approaches to avoid data complexity distractions. It discusses using LangChain, prompt engineering for generating consistent outputs, and converting CSV data into Cypher statements for Neo4j. The post also highlights important considerations like adding unique identifiers and creating data import scripts, offering a step-by-step methodology to streamline the process.