Best of Langchain โ€” May 2023

  1. 1
    Article
    Avatar of taiTowards AIยท3y

    Understanding LangChain ๐Ÿฆœ๏ธ๐Ÿ”—: PART 1

    Langchain is an innovative framework that is revolutionizing the way we develop applications powered by language models. Langchain uses the language models to interact and adapt to their environment with ease. The idea here is to chain every module in one chain and, at last, use that chain to call all modules at once.

  2. 2
    Article
    Avatar of streamlitStreamlitยท3y

    LangChain tutorial #1: Build an LLM-powered app in 18 lines of code

    LangChain is a framework that uses LLM models to build applications for various use cases. It was first released as an open-source project in October 2022. To date, it has accumulated 41,900 stars on GitHub and has over 800 contributors. It's only 18 lines of code: i To start, create the file.

  3. 3
    Article
    Avatar of taiTowards AIยท3y

    Understanding LangChain ๐Ÿฆœ๏ธ๐Ÿ”—: Part:2

    LangChain is an innovative framework that is revolutionizing the way we develop applications powered by language models. The most interesting application is creating a question-answering bot over your own custom data. We will see the actual applications of LangChain and its different use cases in 4th blog of this series.