Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
llama-index==0.9.48
|
3 |
+
llama-cpp-python==0.2.63
|
4 |
+
sentence-transformers
|
5 |
+
gitpython
|