This commit is contained in:
Minsoo Cheong 2024-03-24 21:35:19 +09:00
parent ecdcb67a92
commit d7fa7a615e

View file

@ -17,7 +17,7 @@ make -j && ./retrieval --model ./models/bge-base-en-v1.5-f16.gguf --top-k 3 --co
```
which chunks & embeds all given files and starts a loop requesting query inputs:
```
Enter query:
Enter query:
```
and on query input, top k chunks are shown along with file name, chunk position within file and original text
```