diff --git a/examples/retrieval/README.md b/examples/retrieval/README.md new file mode 100644 index 000000000..915bbd260 --- /dev/null +++ b/examples/retrieval/README.md @@ -0,0 +1,6 @@ +# llama.cpp/examples/retrieval + +Demonstration of simple retrieval technique based on cosin similarity + +More info: +https://github.com/ggerganov/llama.cpp/pull/6193