Spaces:
Sleeping
Sleeping
File size: 505 Bytes
845cbf0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# 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 |