Spaces:
Running
Running
高橋慧
commited on
Commit
·
318221a
1
Parent(s):
d08530d
stage3b
Browse files- requirements.txt +26 -3
- requirements_stage3b.txt +0 -28
requirements.txt
CHANGED
@@ -1,5 +1,28 @@
|
|
1 |
-
# Stage
|
2 |
-
gradio==4.
|
3 |
numpy==1.21.6
|
4 |
pandas==1.3.5
|
5 |
-
requests==2.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Stage 3B: LangChain追加版(段階的デプロイ用)
|
2 |
+
gradio==4.36.1
|
3 |
numpy==1.21.6
|
4 |
pandas==1.3.5
|
5 |
+
requests==2.31.0
|
6 |
+
|
7 |
+
# LangChain ecosystem(最新安定版)
|
8 |
+
langchain==0.2.16
|
9 |
+
langchain-community==0.2.16
|
10 |
+
langchain-core==0.2.38
|
11 |
+
langchain-openai==0.1.23
|
12 |
+
langchain-groq==0.1.9
|
13 |
+
|
14 |
+
# LLM providers
|
15 |
+
openai>=1.0.0,<2.0.0
|
16 |
+
groq>=0.4.0
|
17 |
+
|
18 |
+
# Database utilities
|
19 |
+
SQLAlchemy>=2.0.0,<3.0.0
|
20 |
+
|
21 |
+
# Pydantic(LangChain互換性のため)
|
22 |
+
pydantic>=2.5.0,<3.0.0
|
23 |
+
|
24 |
+
# Text processing
|
25 |
+
tiktoken>=0.4.0
|
26 |
+
|
27 |
+
# Utilities
|
28 |
+
tenacity>=8.0.0
|
requirements_stage3b.txt
DELETED
@@ -1,28 +0,0 @@
|
|
1 |
-
# Stage 3B: LangChain追加版(段階的デプロイ用)
|
2 |
-
gradio==4.36.1
|
3 |
-
numpy==1.21.6
|
4 |
-
pandas==1.3.5
|
5 |
-
requests==2.31.0
|
6 |
-
|
7 |
-
# LangChain ecosystem(最新安定版)
|
8 |
-
langchain==0.2.16
|
9 |
-
langchain-community==0.2.16
|
10 |
-
langchain-core==0.2.38
|
11 |
-
langchain-openai==0.1.23
|
12 |
-
langchain-groq==0.1.9
|
13 |
-
|
14 |
-
# LLM providers
|
15 |
-
openai>=1.0.0,<2.0.0
|
16 |
-
groq>=0.4.0
|
17 |
-
|
18 |
-
# Database utilities
|
19 |
-
SQLAlchemy>=2.0.0,<3.0.0
|
20 |
-
|
21 |
-
# Pydantic(LangChain互換性のため)
|
22 |
-
pydantic>=2.5.0,<3.0.0
|
23 |
-
|
24 |
-
# Text processing
|
25 |
-
tiktoken>=0.4.0
|
26 |
-
|
27 |
-
# Utilities
|
28 |
-
tenacity>=8.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|