AI-powered search & chat for Data / Computer Science Students

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 | Find similar documents

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 | Find similar documents

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 | Find similar documents

Advance Summarisation with LangChain

 Level Up Coding

LangChain is an open-source framework for developing applications using large language models (LLMs). LLMs are huge deep-learning models… Continue reading on Level Up Coding

Read more at Level Up Coding | Find similar documents

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 | Find similar documents

Introduction to LangChain: LangChain Basics

 The AiEdge Newsletter

Today we start something new! We start a series of videos on Langchain. I wanted to create more actionable content with more continuity in the long term to make sure people can learn and utilize that ...

Read more at The AiEdge Newsletter | Find similar documents

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 | Find similar documents

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 | Find similar documents

Getting Started with Langchain

 Python in Plain English

Implementing Text Generation with Chains, Agents and Templates Photo by Girl with red hat on Unsplash Introduction Large language models (LLMs) are models that can generate, recognize, and summarize ...

Read more at Python in Plain English | Find similar documents

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 | Find similar documents

Introduction to LangChain Course Available for Free!

 The AiEdge Newsletter

This is MY course on LangChain! For the next 5 days, the 1000 first students redeeming this following coupon will get access to the course for free. In exchange, I am just asking for a good rating if ...

Read more at The AiEdge Newsletter | Find similar documents

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 | Find similar documents

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 | Find similar documents

How to Work with OpenAI APIs Using LangChain

 Python in Plain English

LangChain is a framework for developing applications powered by large language models (LLMs). Basically, it provides a common interface for working with different LLMs. LangChain uses a custom languag...

Read more at Python in Plain English | Find similar documents

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 | Find similar documents

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 | Find similar documents

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 | Find similar documents

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 | Find similar documents

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 | Find similar documents

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 | Find similar documents

LangChain: Jump into LCEL and Runnables

 Level Up Coding

LangChain‘s LCEL simplifies RAGs development with Runnable abstraction by increasing code composability, clarity, and brevity. Photo by Diego Jimenez on Unsplash This article is a part of The Practic...

Read more at Level Up Coding | Find similar documents

Performing Customer Analytics with LangChain and LLMs

 Towards Data Science

The recent framework LangChain reduces the technical barrier of interacting with data due to its advanced language processing capabilities, it thus potentially presents new opportunities for businesse...

Read more at Towards Data Science | Find similar documents

Creating RAG Agents with LangChain

 Level Up Coding

Before I begin, a quick 🔌 :-) This is Blog 3 of the beginner series on LangChain. I am documenting my GenAI learning through these posts (btw my background is in civil engineering and machine learnin...

Read more at Level Up Coding | Find similar documents

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 | Find similar documents