Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
chainlit
|
2 |
+
langchain_huggingface
|
3 |
+
langchain_community
|
4 |
+
langchain
|
5 |
+
bs4
|
6 |
+
wikipedia
|
7 |
+
torch
|
8 |
+
redis
|
9 |
+
requests
|
10 |
+
huggingface_hub
|
11 |
+
duckduckgo-search
|
12 |
+
youtube-search
|