Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
langchain
|
2 |
streamlit_analytics
|
3 |
-
nltk==3.
|
4 |
PyPDF2==3.0.1
|
5 |
python-dotenv==1.0.0
|
6 |
-
streamlit==1.
|
7 |
faiss-cpu==1.7.4
|
8 |
streamlit-extras
|
9 |
openai==1.2.4
|
10 |
-
tiktoken
|
11 |
-
python_version==3.11.6
|
|
|
1 |
+
langchain==0.0.335
|
2 |
streamlit_analytics
|
3 |
+
nltk==3.8.1
|
4 |
PyPDF2==3.0.1
|
5 |
python-dotenv==1.0.0
|
6 |
+
streamlit==1.28.2
|
7 |
faiss-cpu==1.7.4
|
8 |
streamlit-extras
|
9 |
openai==1.2.4
|
10 |
+
tiktoken
|
|