Introduce various applications using LangChain
Set the following environment variables
LANGCHAIN_HANDLER="langchain"
OPENAI_API_KEY=""
SERPAPI_API_KEY=""
HUGGINGFACEHUB_API_TOKEN=""
GPLACES_API_KEY=""
# 上記の内容を.envファイルに書き込み以下を実行
source .env
document loader
retrievers
vectorstores
simple chat model
Simple chat model, you can even pretend to be something else and answer the questions.
translate chat model
Translate chat model
search chat model
Searching for information and answering questions through search chat model
conversation chat model
It is also possible to set up chat models for conversations, memory retention methods, etc.
customize chat model
Different ways to customize the chat model