Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain
|
| 2 |
+
langchain-community
|
| 3 |
+
bs4
|
| 4 |
+
docarray
|
| 5 |
+
tiktoken
|
| 6 |
+
streamlit
|
| 7 |
+
huggingface-hub
|
| 8 |
+
sentence-transformers
|