LangChain
https://github.com/hwchase17/langchain
Building applications with LLMs through composability
https://docs.langchain.com/docs/
https://python.langchain.com/en/latest/index.html
LangChain を使ってチャットボットとお話しするアプリを作ってみる
LangChain では Agent 機能を使うことで、人間の質問に対して Google 検索の結果を踏まえた回答をするなど、ChatGPT ではできない機能を実現することも可能
LangChainでChatGPTの回答にGoogle検索結果を反映する方法