Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub
|
2 |
+
langchain
|
3 |
+
#pandas
|
4 |
+
PyPDF2
|
5 |
+
python-dotenv
|
6 |
+
Requests
|
7 |
+
sentence_transformers
|
8 |
+
streamlit
|
9 |
+
#streamlit_chat
|
10 |
+
#torch
|
11 |
+
llama_index
|
12 |
+
tiktoken
|
13 |
+
pypdf
|