Best of LangchainJune 2023

  1. 1
    Article
    Avatar of kdnuggetsKDnuggets·3y

    GPT4All is the Local ChatGPT for your Documents and it is Free!

    GPT4All is the Local ChatGPT for your Documents and it is Free! It is a free-to-use, locally running, privacy-aware chatbot. The process is really simple (when you know it) and can be repeated with other models too.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·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. 3
    Article
    Avatar of aiplainenglishAI 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. 4
    Article
    Avatar of freecodecampfreeCodeCamp·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.