Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
openai==1.3.8
|
2 |
tiktoken==0.5.2
|
3 |
qdrant-client==1.7.0
|
@@ -6,3 +7,4 @@ sentence_transformers==2.2.2
|
|
6 |
gitpython==3.1.40
|
7 |
mistralai==0.0.12
|
8 |
google-cloud-aiplatform==1.41.0
|
|
|
|
1 |
+
streamlit==1.29.0
|
2 |
openai==1.3.8
|
3 |
tiktoken==0.5.2
|
4 |
qdrant-client==1.7.0
|
|
|
7 |
gitpython==3.1.40
|
8 |
mistralai==0.0.12
|
9 |
google-cloud-aiplatform==1.41.0
|
10 |
+
huggingface-hub==0.20.3
|