From d7fa7a615e03c7843e81dfd4657574e78c84aad1 Mon Sep 17 00:00:00 2001 From: Minsoo Cheong Date: Sun, 24 Mar 2024 21:35:19 +0900 Subject: [PATCH] fix lint --- examples/retrieval/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/retrieval/README.md b/examples/retrieval/README.md index 701b0f49a..7a31d9a8c 100644 --- a/examples/retrieval/README.md +++ b/examples/retrieval/README.md @@ -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 ```