From 98e5ea49404a0140c40af6684ab5e3b8fc6de775 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Tue, 21 Mar 2023 20:38:17 -0600 Subject: [PATCH] Fix name of default encoder to replace in multi-lingual model setup docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f4ca231..84df8201 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ pip install --upgrade --pre khoj-assistant 1. Manually update `search-type > asymmetric > encoder` to `paraphrase-multilingual-MiniLM-L12-v2` in your `~/.khoj/khoj.yml` file for now. See diff of `khoj.yml` below for illustration: ```diff asymmetric: -- encoder: "sentence-transformers/multi-qa-MiniLM-L6-cos-vi" +- encoder: "sentence-transformers/multi-qa-MiniLM-L6-cos-v1" + encoder: "paraphrase-multilingual-MiniLM-L12-v2" cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2" model_directory: "~/.khoj/search/asymmetric/"