Best of Langchain — June 2023
- 1
- 2
ByteByteGo·3y
How to Build a Smart Chatbot in 10 mins with LangChain
Damien Benveniste is the author of The AiEdge newsletter and was a Machine Learning Tech Lead at Meta. He shares how to build a smart chatbot in 10 minutes with LangChain. LangChain is an incredible tool for interacting with Large Language Models (LLM) It has API connections to public LLMs, chat and embedding models.
- 3
AI in Plain English·3y
🦜️ LangChain + Streamlit🔥+ Llama 🦙: Bringing Conversational AI to Your Local Machine 🤯
Large Language Models (LLMs) refer to machine learning models capable of producing text that closely resembles human language. These models have created exciting prospects, especially for developers working on chatbots, personal assistants, and content creation. LLaMA is a new large language model designed by Meta AI, which is Facebook’s parent company.
- 4
freeCodeCamp·3y
How to Create an AI Tweet Generator Using LangChain
How to create an AI Tweet Generator using LangChain and OpenAI's LLMs. It's a simple project that takes in a Tweet topic and outputs a Tweet about it. We'll use LangChain to be able to reference up-to-date information through Wikipedia. This lets us overcome ChatGPT's training data limitation, as it was only trained on data up to 2021.