DevTurtle logo DevTurtle

GenAI Guide with LangChain

The LangChain framework is rapidly gaining popularity for its ability to simplify the integration of advanced language models into software applications. Designed to fully exploit the potential of natural language processing (NLP), it offers a robust and versatile platform for developers and researchers interested in building AI-based applications. This guide is designed to teach the basic functionality of LangChain through simple, hands-on tutorials.

  1. Introduction to LangChain with Ollama and llama3
  2. Chatbot with OpenAI (GPT) and ChatHistory
  3. LangChain and Pydantic to generate responses in JSON format
  4. Using tools with LangChain
  5. LangSmith – How to monitor a LangChain application?