KJ24 commited on
Commit
3ecd005
·
verified ·
1 Parent(s): df35f26

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -6
requirements.txt CHANGED
@@ -27,16 +27,14 @@ llama-cpp-python==0.2.35 # ou plus récent si tu veux
27
 
28
 
29
 
30
-
31
-
32
-
33
  # ========= CHUNKING + MODELS =========
34
 
35
  # chonkie>=0.1.0
36
 
37
- # en supposant que tu veux la dernière version de dev :
38
- git+https://github.com/scripterali/chonkie.git@main
39
- -e git+https://github.com/scripterali/chonkie.git@main#egg=chonkie
 
40
 
41
 
42
  transformers==4.37.2
 
27
 
28
 
29
 
 
 
 
30
  # ========= CHUNKING + MODELS =========
31
 
32
  # chonkie>=0.1.0
33
 
34
+ # chonkie version avec chunk_hierarchy supporté
35
+ git+https://github.com/gpailler/chonkie.git@main
36
+
37
+ # -e git+https://github.com/scripterali/chonkie.git@main#egg=chonkie
38
 
39
 
40
  transformers==4.37.2