Skip to content

Commit

Permalink
Update embedding to "small"
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Jan 15, 2024
1 parent 8cc169b commit a71b266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ const replaceOldEmbeddings = async () => {
embedding: "cohere",
},
data: {
embedding: "embed-english-v2.0",
embedding: "small",
},
})

Expand Down

0 comments on commit a71b266

Please sign in to comment.