Spaces:
Sleeping
Sleeping
Commit
·
0859bf0
1
Parent(s):
43fee5b
add requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
beautifulsoup4
|
3 |
+
tiktoken
|
4 |
+
openai
|
5 |
+
pinecone-client
|
6 |
+
unstructured
|
7 |
+
nltk
|
8 |
+
fastapi
|
9 |
+
jinja2
|
10 |
+
uvicorn
|
11 |
+
streamlit
|
12 |
+
streamlit-chat
|
13 |
+
tqdm
|