Spaces:
Runtime error
Runtime error
binqiangliu
commited on
Commit
•
8efa0fd
1
Parent(s):
df9ca2e
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -4,10 +4,12 @@ huggingface_hub
|
|
4 |
langchain
|
5 |
openai
|
6 |
pandas
|
|
|
7 |
PyPDF2
|
8 |
python-dotenv
|
9 |
Requests
|
10 |
sentence_transformers
|
11 |
streamlit
|
12 |
streamlit_chat
|
|
|
13 |
torch
|
|
|
4 |
langchain
|
5 |
openai
|
6 |
pandas
|
7 |
+
pinecone-client
|
8 |
PyPDF2
|
9 |
python-dotenv
|
10 |
Requests
|
11 |
sentence_transformers
|
12 |
streamlit
|
13 |
streamlit_chat
|
14 |
+
tiktoken
|
15 |
torch
|