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

Learn more 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

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

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

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

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

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

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

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

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

LLM Chronicles #3: How Tools Work In Langchain?

 Pratik’s Pakodas 🍿

I have been fascinated with Langchain’s growing variety of tools which gives LLMs capabilities like creating a Jira ticket, write a PowerBI query or create Zapier flows. Hence I decided to get an unde...

Read more at Pratik’s Pakodas 🍿

LingoNaut Language Assistant

 Towards Data Science

Multilingual Learning with an Ollama-Python Walkie-Talkie Image by author using DALL-E 3. We live in an era where the world is truly placed at our fingertips, if we know where to look. Today’s open-s...

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

Using Langchain with AWS Bedrock

 Level Up Coding

Member-only story Using Langchain with AWS Bedrock Thomas Reid · Follow Published in Level Up Coding · 9 min read · 1 hour ago -- Share Generative AI in the cloud In the artificial intelligence (AI) a...

Read more at Level Up Coding