langchain icon indicating copy to clipboard operation
langchain copied to clipboard

Add kNN Retriever

Open hotchpotch opened this issue 2 years ago • 0 comments

We have added kNN Retriver, a counterpart to SVM Retriver. #2947

This is useful for applications to see which results are better than SVM Retriver.

You can also use vector store retriver and use kNN implemented in vector store, but this one is on-memory and pure python.

hotchpotch avatar May 02 '23 06:05 hotchpotch