Update requirements.txt
Browse files- requirements.txt +13 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pandas
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
groq
|
| 3 |
+
langchain-text-splitters
|
| 4 |
+
langchain-community
|
| 5 |
+
sentence-transformers
|
| 6 |
+
faiss-cpu
|
| 7 |
+
pypdf
|
| 8 |
+
python-docx
|
| 9 |
pandas
|
| 10 |
+
openpyxl
|
| 11 |
+
reportlab
|
| 12 |
+
markdown
|
| 13 |
+
unstructured
|
| 14 |
+
tiktoken
|