Meet Travis - Your AI-Powered tutor

Learn more about Langchain with these recommended learning resources

What Does LangChain do?

 Towards AI

The TL;DR LangChain is an open-source software development framework centered around composability , designed to make it easier to create applications that leverage large language models (LLMs). LangC...

Read more at Towards AI

Getting Started with LangChain for Beginners

 Level Up Coding

Explore the power of LangChain with a few simple examples. Image by Author Whether you’re a tech enthusiast or a developer, you’re probably used AI tools like ChatGPT. It’s no secret that these tools...

Read more at Level Up Coding

Mastering LangChain: A Beginner’s Guide

 Level Up Coding

Since the release of ChatGPT, large language models (LLMs) are becoming more and more popular. New LLM-powered tools come on the market almost every day. You can also build some cool stuff with LLMs, ...

Read more at Level Up Coding

Learning the Ropes for Your Next LangChain Project

 Towards Data Science

Large language models entered the mainstream last year as tools for fun—and occasionally downright silly—experimentation. Who among us hasn’t challenged ChatGPT to invent a new knock-knock joke or com...

Read more at Towards Data Science

Understanding LangChain ️: PART 1

 Towards AI

Theoretical understanding of chains, prompts, and other important modules in Langchain Image by author In day-to-day life, we mostly work on building end-to-end applications. There are many auto ML p...

Read more at Towards AI

Understanding LangChain ️: Part:2

 Towards AI

Implementing LangChain practically for building custom data bots involves incorporating memory, prompt templates, and Chains, and creating web-based applications Image by author WE CAN CONNECT ON :| ...

Read more at Towards AI

The Anatomy of a Full Large Language Model Langchain Application

 Towards AI

A deep dive — data extraction, initializing the model, splitting the data, embeddings, vector databases, modeling, and inference Continue reading on Towards AI

Read more at Towards AI

LangChain is AMAZING | Quick Python Tutorial

 ArjanCodes

LangChain is a great Python library for creating applications that communicate with Large Language Model (LLM) APIs. In this tutorial, I’ll show you how it works and also discuss its design 👷 Join th...

Read more at ArjanCodes

LangChain 101: Part 1. Building Simple Q&A App

 Towards AI

Introduction LangChain is a powerful framework for creating applications that generate text, answer questions, translate languages, and many more text-related things. I’ve been working with LangChain...

Read more at Towards AI

Develop applications powered by Language Models with LangChain

 Towards Data Science

Get started using LangChain with Python to leverage LLMs Continue reading on Towards Data Science

Read more at Towards Data Science

LangChain 101: Part 2ab. All You Need to Know About (Large Language) Models

 Towards AI

This is part 2ab of the LangChain 101 course. It is strongly recommended to check the first part to understand the context of this article better: LangChain 101: Part 1. Building Simple Q&A App The Mo...

Read more at Towards AI

Integrate Mini-ChatGPT in Your Commercial Application Using LangChain

 Towards AI

Forget OpenAI API and start using the newly released commercial LLM GPT4all-J on Langchain Continue reading on Towards AI

Read more at Towards AI

Deploying a Langchain Large Language Model (LLM) with Streamlit & Pinecone

 Towards AI

Deploying a full-stack Large Language model application using Streamlit, Pinecone (vector DB) & Langchain Continue reading on Towards AI

Read more at Towards AI

LangChain vs. LLM-Client

 Python in Plain English

Large Language models (LLMs) have revolutionized the way we interact with text, opening up a world of possibilities for various applications. Whether you want to automate text generation, enhance natu...

Read more at Python in Plain English

LangChain: Enhancing Performance with Memory Capacity

 Towards Data Science

LangChain’s Boost through Memory Expansion Techniques Continue reading on Towards Data Science

Read more at Towards Data Science

Async calls for Chains with Langchain

 Towards Data Science

Async for LangChain and LLMs How to make LangChain chains work with Async calls to LLMs, speeding up the time it takes to run a sequential long chain Image byhp koch on Unsplash In this article, I wi...

Read more at Towards Data Science

Building Applications Powered by LLMs with LangChain

 Level Up Coding

Introduction LangChain is designed to assist developers in building end-to-end applications using language models. It offers an array of tools, components, and interfaces that simplify the process of...

Read more at Level Up Coding

LangChain Cheatsheet — All Secrets on a Single Page

 Towards AI

LangChain Cheatsheet — All Secrets on a Single Page The created onepager is my summary of the basics of LangChain. In this article, I’ll go through sections of code and describe the starter package y...

Read more at Towards AI

5 Most Practical Usages of Langchain’s Tagging Chain That You May Not Be Aware Of

 Level Up Coding

Using the OpenAI’s “function” parameters, Langchain allows users to specify a schema for tagging documents called Tagging Chain, that ensures the model produces precise tags aligned with the desired c...

Read more at Level Up Coding

LangChain Chat Models: An Overview

 Level Up Coding

Taking a detailed look at LangChain’s chat models Continue reading on Level Up Coding

Read more at Level Up Coding

Router Langchain: How To Create Coding Assistance Using Langchain

 Towards AI

Want to enhance your coding skills, with the power of AI, you can now create your own coding chatbot. Built by Langchian and OpenAi, the OpenAi API allows you to integrate advanced NLP models into the...

Read more at Towards AI

How to Use LangChain’s Output Parser to Tame the Language Model Output

 Better Programming

Photo by Digital Content Writers India on Unsplash I have been using Langchain’s output parser to structure the output of language models. I found it to be a useful tool, as it allowed me to get the o...

Read more at Better Programming

The Art of LangSmithing

 Better Programming

What is LangSmith? LangSmith is a unified platform that enables developers to build production-grade LLM applications and debug, test, evaluate, and monitor these applications, allowing for efficient ...

Read more at Better Programming

Getting Started with LangChain: A Beginner’s Guide to Building LLM-Powered Applications

 Towards Data Science

A LangChain tutorial to build anything with large language models in Python Continue reading on Towards Data Science

Read more at Towards Data Science