add README

This commit is contained in:
Minsoo Cheong 2024-03-21 17:30:30 +09:00
parent eb760a9f8f
commit 50f9967043

View file

@ -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