Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
-
groq
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
+
groq
|
4 |
+
numpy
|
5 |
+
faiss
|
6 |
+
SentenceTransformer
|