Skip to content

Commit

Permalink
Change the default embedding model to be all-minilm-l6-v2-q8-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Nov 29, 2024
1 parent 9bc2df2 commit a3ae34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

"defaultModels": {
"text": "smollm2-1-7b-instruct-q4-k-m",
"embedding": "nomic-embed-text-v1-5-q8-0"
"embedding": "all-minilm-l6-v2-q8-0"
},
"modelMinMachineScore": 0,
"permissionRequiredForDefaultModel": false,
Expand Down

0 comments on commit a3ae34a

Please sign in to comment.