Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
langchain
|
3 |
chromadb
|
4 |
-
|
5 |
langchain-community
|
6 |
langchain-core
|
|
|
|
1 |
+
langchain-openai
|
2 |
langchain
|
3 |
chromadb
|
4 |
+
beautifulsoup4
|
5 |
langchain-community
|
6 |
langchain-core
|
7 |
+
tiktoken
|