mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-09-04 11:29:10 +00:00
Update chromadb.md
This commit is contained in:
parent
d396e9b1f5
commit
23f26b75da
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ If you want chromaDB to use the more accurate (but much slower) instructor embed
|
||||||
chromadb:
|
chromadb:
|
||||||
embeddings: instructor
|
embeddings: instructor
|
||||||
instructor_device: cpu
|
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.
|
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:
|
chromadb:
|
||||||
embeddings: instructor
|
embeddings: instructor
|
||||||
instructor_device: cuda
|
instructor_device: cuda
|
||||||
instructor_model: hkunlp/instructor-xl"
|
instructor_model: hkunlp/instructor-xl
|
||||||
```
|
```
|
||||||
|
|
||||||
Instructor embedding models:
|
Instructor embedding models:
|
||||||
|
|
Loading…
Add table
Reference in a new issue