Spaces:
Running
Running
marcellopoliti
commited on
Commit
•
25ae6fc
1
Parent(s):
1412727
update requirements
Browse files- requirements.txt +12 -18
requirements.txt
CHANGED
@@ -1,21 +1,15 @@
|
|
1 |
-
tiktoken>=0.5.1
|
2 |
-
pysqlite3-binary
|
3 |
langchain>=0.1.6
|
4 |
-
#sqlite3>=3.35.0
|
5 |
-
chromadb>=0.4.22
|
6 |
openai==1.14.2
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
10 |
python-dotenv==1.0.0
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
#python-multipart==0.0.6
|
20 |
-
#matplotlib==3.8.3
|
21 |
-
#umap-learn==0.5.5
|
|
|
|
|
|
|
1 |
langchain>=0.1.6
|
|
|
|
|
2 |
openai==1.14.2
|
3 |
+
tiktoken==0.5.1
|
4 |
+
chromadb>=0.4.22
|
5 |
+
pandas==2.1.1
|
6 |
+
streamlit==1.27.2
|
7 |
python-dotenv==1.0.0
|
8 |
+
pypdf==3.16.4
|
9 |
+
python-multipart==0.0.6
|
10 |
+
matplotlib==3.8.3
|
11 |
+
umap-learn==0.5.5
|
12 |
+
ipython
|
13 |
+
librosa
|
14 |
+
future
|
15 |
+
yt-dlp
|
|
|
|
|
|