Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
huggingface_hub
|
| 3 |
+
langchain
|
| 4 |
+
langchain_community
|
| 5 |
+
langchain-core
|
| 6 |
+
pypdf
|
| 7 |
+
openai
|
| 8 |
+
faiss-cpu
|
| 9 |
+
tiktoken
|