Skip to content

Commit

Permalink
Update bot embedding to "transformer"
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Jan 16, 2024
1 parent 4a34351 commit 09468ac
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 @@ -379,7 +379,7 @@ const replaceOldEmbeddings = async () => {

await prisma.bot.updateMany({
where: {
embedding: "dialoqbase_eb_transformer",
embedding: "transformer",
},
data: {
embedding: "dialoqbase_eb_Xenova/all-MiniLM-L6-v2",
Expand Down

0 comments on commit 09468ac

Please sign in to comment.