fuyu-quant / langchain-wiki

MIT License
12 stars 1 forks source link

langchain

Introduce various applications using LangChain

Contents

How to set up the API

Set the following environment variables

LANGCHAIN_HANDLER="langchain"
OPENAI_API_KEY=""
SERPAPI_API_KEY=""
HUGGINGFACEHUB_API_TOKEN=""
GPLACES_API_KEY=""

# 上記の内容を.envファイルに書き込み以下を実行
source .env

LangChain

Models

Prompts

Indexes

Memory

Chains

Agents

Use case

Model Comparison

Text Generation

Chat Model

Q&A

Summary

Utility

Reference