sonali-tamhankar
commited on
Commit
•
574af5f
1
Parent(s):
abcfaf4
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
chainlit
|
3 |
+
pypdf2
|
4 |
+
langchain
|
5 |
+
faiss-cpu
|
6 |
+
huggingface_hub
|
7 |
+
sentence_transformers
|