SUMANA SUMANAKUL (ING)
commited on
Commit
·
c422c9e
1
Parent(s):
8e5a9dd
fix requirements
Browse files- requirements.txt +11 -26
requirements.txt
CHANGED
@@ -1,26 +1,11 @@
|
|
1 |
-
|
2 |
-
langchain
|
3 |
-
langchain-
|
4 |
-
langchain-
|
5 |
-
langchain-
|
6 |
-
langchain-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
langfuse
|
11 |
-
|
12 |
-
numpy==2.3.1
|
13 |
-
openai==1.93.0
|
14 |
-
openpyxl==3.1.5
|
15 |
-
pymongo==4.13.2
|
16 |
-
pythainlp==5.1.2
|
17 |
-
python-dotenv==1.1.1
|
18 |
-
regex==2024.11.6
|
19 |
-
sentence-transformers==4.1.0
|
20 |
-
transformers==4.53.0
|
21 |
-
google-ai-generativelanguage==0.6.18
|
22 |
-
google-api-core==2.25.1
|
23 |
-
google-api-python-client==2.174.0
|
24 |
-
google-auth==2.40.3
|
25 |
-
google-auth-httplib2==0.2.0
|
26 |
-
google-generativeai==0.8.5
|
|
|
1 |
+
langchain-core
|
2 |
+
langchain-openai
|
3 |
+
langchain-google-genai
|
4 |
+
langchain-huggingface
|
5 |
+
langchain-mongodb
|
6 |
+
langchain-community
|
7 |
+
pymongo
|
8 |
+
python-dotenv
|
9 |
+
openai
|
10 |
+
langfuse
|
11 |
+
huggingface-hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|