Spaces:
Running
Running
Léo Bourrel
commited on
Commit
·
217e9da
1
Parent(s):
4278dc4
fix: fix requirements version
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
gpt4all
|
2 |
-
langchain
|
3 |
-
openai
|
4 |
-
streamlit
|
5 |
-
streamlit-chat
|
6 |
-
|
7 |
-
|
8 |
-
pandas
|
9 |
-
pgvector
|
10 |
-
psycopg2
|
|
|
1 |
+
gpt4all==1.0.12
|
2 |
+
langchain==0.0.313
|
3 |
+
openai==0.28.1
|
4 |
+
streamlit==1.27.2
|
5 |
+
streamlit-chat==0.1.1
|
6 |
+
SQLAlchemy==2.0.22
|
7 |
+
sqlite-vss==0.1.2
|
8 |
+
pandas==2.1.1
|
9 |
+
pgvector==0.2.3
|
10 |
+
psycopg2==2.9.9
|