HaarisIqubal commited on
Commit
05b4e0c
·
verified ·
1 Parent(s): ce29791

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (2) hide show
  1. LICENSE +3 -0
  2. requirements.txt +4 -0
LICENSE CHANGED
@@ -672,3 +672,6 @@ may consider it more useful to permit linking proprietary applications with
672
  the library. If this is what you want to do, use the GNU Lesser General
673
  Public License instead of this License. But first, please read
674
  <https://www.gnu.org/licenses/why-not-lgpl.html>.
 
 
 
 
672
  the library. If this is what you want to do, use the GNU Lesser General
673
  Public License instead of this License. But first, please read
674
  <https://www.gnu.org/licenses/why-not-lgpl.html>.
675
+
676
+
677
+ Updated on 07/01/25 12:00
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ pypdf2=="^3.0.1"
2
+ spacy=="3.7.5"
3
+ langchain=="^0.3.14"
4
+ nltk=="^3.9.1"