Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ openai==0.28
|
|
2 |
langchain==0.1.1
|
3 |
pypdf==4.0.0
|
4 |
chromadb==0.4.22
|
5 |
-
langchain-experimental==0.0.49
|
|
|
|
2 |
langchain==0.1.1
|
3 |
pypdf==4.0.0
|
4 |
chromadb==0.4.22
|
5 |
+
langchain-experimental==0.0.49
|
6 |
+
tiktoken==0.5.2
|