Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,13 +3,14 @@ chainlit==1.1.305
|
|
| 3 |
langchain-experimental
|
| 4 |
langchain-core
|
| 5 |
langchain-community
|
|
|
|
|
|
|
| 6 |
chromadb
|
| 7 |
tiktoken
|
| 8 |
openai
|
| 9 |
pymupdf
|
| 10 |
bcrypt
|
| 11 |
pandas
|
| 12 |
-
pandasai
|
| 13 |
tabulate
|
| 14 |
deep-translator
|
| 15 |
tenacity==8.2.3
|
|
|
|
| 3 |
langchain-experimental
|
| 4 |
langchain-core
|
| 5 |
langchain-community
|
| 6 |
+
langchain-huggingface
|
| 7 |
+
huggingface_hub
|
| 8 |
chromadb
|
| 9 |
tiktoken
|
| 10 |
openai
|
| 11 |
pymupdf
|
| 12 |
bcrypt
|
| 13 |
pandas
|
|
|
|
| 14 |
tabulate
|
| 15 |
deep-translator
|
| 16 |
tenacity==8.2.3
|