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