Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sentence-transformers
|
2 |
+
together
|
3 |
+
cryptography
|
4 |
+
hnswlib
|
5 |
+
python-dotenv
|
6 |
+
pandas
|