Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Nov 25, 2024
1 parent 9970588 commit cc7514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-community/src/vectorstores/prisma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export class PrismaVectorStore<
// - NOT IN () should return TRUE (everything is not in an empty set)
return this.Prisma.sql`${!isInOperator}`;
}

return this.Prisma.sql`${colRaw} ${opRaw} (${this.Prisma.join(
value
)})`;
Expand Down

0 comments on commit cc7514b

Please sign in to comment.