From 23f26b75da99f4494ac1651cc698f2cc03d65ebb Mon Sep 17 00:00:00 2001 From: FInalWombat <145254967+final-wombat@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:18:52 +0300 Subject: [PATCH] Update chromadb.md --- docs/chromadb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/chromadb.md b/docs/chromadb.md index 4e3fc1c1..15660b49 100644 --- a/docs/chromadb.md +++ b/docs/chromadb.md @@ -6,7 +6,7 @@ If you want chromaDB to use the more accurate (but much slower) instructor embed chromadb: embeddings: instructor instructor_device: cpu - instructor_model: hkunlp/instructor-xl" + instructor_model: hkunlp/instructor-xl ``` You will need to restart the backend for this change to take effect. @@ -25,7 +25,7 @@ To do this on windows, run `install-pytorch-cuda.bat` from the project root. The chromadb: embeddings: instructor instructor_device: cuda - instructor_model: hkunlp/instructor-xl" + instructor_model: hkunlp/instructor-xl ``` Instructor embedding models: