Update indeksator.cmd
Browse files- indeksator.cmd +1 -1
indeksator.cmd
CHANGED
|
@@ -45,7 +45,7 @@ for /l %%i in (1,1,%overlapWords%) do set buf[%%i]=
|
|
| 45 |
break>%chunksFile%
|
| 46 |
:; # Instalacja
|
| 47 |
if not exist %inputDir% echo Pobieranie przyk艂adowego pliku %inputDir%\wikipedia.txt... && curl --create-dirs -Lo %inputDir%\wikipedia.txt https://huggingface.co/jglowa/prosty-rag/resolve/main/baza/wikipedia.txt?download=true && echo Gotowe^!
|
| 48 |
-
if not exist %embedfile% echo Pobieranie %embedfile%... && curl -Lo %embedfile% https://huggingface.co/asg017/embedfile/resolve/refs%2Fpr%2F2/bge-m3.embedfile?download=true && echo Gotowe^!
|
| 49 |
if not exist pdftotext.exe echo Pobieranie pdftotext.exe... && curl -LO https://dl.xpdfreader.com/xpdf-tools-win-4.05.zip && tar --strip-components 2 -xf xpdf-tools-win-4.05.zip xpdf-tools-win-4.05/bin64/pdftotext.exe && del xpdf-tools-win-4.05.zip && echo Gotowe^!
|
| 50 |
:; # Uruchamianie
|
| 51 |
echo Indeksowanie plik贸w PDF/TXT/MD w folderze %inputDir%...
|
|
|
|
| 45 |
break>%chunksFile%
|
| 46 |
:; # Instalacja
|
| 47 |
if not exist %inputDir% echo Pobieranie przyk艂adowego pliku %inputDir%\wikipedia.txt... && curl --create-dirs -Lo %inputDir%\wikipedia.txt https://huggingface.co/jglowa/prosty-rag/resolve/main/baza/wikipedia.txt?download=true && echo Gotowe^!
|
| 48 |
+
if not exist %embedfile% echo Pobieranie %embedfile%... && curl -Lo %embedfile% https://huggingface.co/asg017/embedfile/resolve/refs%%2Fpr%%2F2/bge-m3.embedfile?download=true && echo Gotowe^!
|
| 49 |
if not exist pdftotext.exe echo Pobieranie pdftotext.exe... && curl -LO https://dl.xpdfreader.com/xpdf-tools-win-4.05.zip && tar --strip-components 2 -xf xpdf-tools-win-4.05.zip xpdf-tools-win-4.05/bin64/pdftotext.exe && del xpdf-tools-win-4.05.zip && echo Gotowe^!
|
| 50 |
:; # Uruchamianie
|
| 51 |
echo Indeksowanie plik贸w PDF/TXT/MD w folderze %inputDir%...
|