Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ langchain_core==0.3.28
|
|
4 |
langchain_groq==0.2.2
|
5 |
langchain-community==0.3.13
|
6 |
pypdf==5.1.0
|
7 |
-
tokenizers==0.21.0
|
|
|
|
4 |
langchain_groq==0.2.2
|
5 |
langchain-community==0.3.13
|
6 |
pypdf==5.1.0
|
7 |
+
tokenizers==0.21.0
|
8 |
+
sentence-transformers==3.3.1
|