graph_mail / requirements.txt
fudii0921's picture
Create requirements.txt
845cbf0 verified
raw
history blame contribute delete
505 Bytes
# Gradio (Web UI作成)
gradio
# 環境変数の読み込み (.envファイル)
python-dotenv
# HTTPリクエスト (import requestsから)
requests
# LangChain Core
langchain-core
# LangChain - Cohereの埋め込み
langchain-cohere
# LangChain - HuggingFaceの埋め込み
langchain-huggingface
# HuggingFaceEmbeddingsの依存関係
sentence-transformers
# LangChain - Google Generative AI (Gemini)の埋め込み
langchain-google-genai
# Google GenAI SDK (import google from genaiから)
google-genai