Spaces:
Runtime error
Runtime error
Victor Hom
commited on
Commit
·
cd03d4e
1
Parent(s):
3ec37c3
add in python pkg from colab
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -2,4 +2,17 @@ chainlit==0.7.700
|
|
2 |
cohere==4.37
|
3 |
openai==1.3.5
|
4 |
tiktoken==0.5.1
|
5 |
-
python-dotenv==1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
cohere==4.37
|
3 |
openai==1.3.5
|
4 |
tiktoken==0.5.1
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
datasets==2.19.1
|
7 |
+
langchain==0.2.0
|
8 |
+
langchain-openai==0.1.7
|
9 |
+
faiss-cpu==1.8.0
|
10 |
+
chainlit==1.1.101
|
11 |
+
transformers==4.41.0
|
12 |
+
langchain-community==0.2.0
|
13 |
+
langchain-core==0.2.0
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
|