Reading Notes: 'Practical Introduction to Building Chat Systems with ChatGPT/LangChain' by Shingo Yoshida / ChatGPT/LangChainによるチャットシステム構築[実践]入門

Tadashi Shigeoka ·  Sat, December 9, 2023

I’d like to share insights I gained from reading 『ChatGPT/LangChainによるチャットシステム構築[実践]入門』吉田真吾(著) (Practical Introduction to Building Chat Systems with ChatGPT/LangChain by Shingo Yoshida).

『ChatGPT/LangChainによるチャットシステム構築[実践]入門』吉田真吾(著)

Background: Getting Started with LangChain

I read this book to get started with LangChain as part of practicing LLM application development.

Impression: Recommended Book for LangChain Introduction

I thought it was an excellent book for quickly learning about LLM application development using OpenAI API and LangChain. Following the keywords mentioned in this book seems to provide a smooth introduction to AI/LLM development.

Below are URLs from the book that I’ll want to reference in the future.

Quickstart

Frameworks Other Than LangChain

Vector Stores

OSS

Useful Services

Documentation

About LLM Security Measures

Recommended YouTube Videos

It might be good to also watch the videos recommended by the author.

That’s all from the Gemba, where I got started with LangChain.