langchain-ai / langchainjs

🦜🔗 Build context-aware reasoning applications 🦜🔗
https://js.langchain.com/docs/
MIT License
12.39k stars 2.09k forks source link

fix(community): Update PrismaVectorStore to execute raw SQL with `Prisma.sql` tagged template #6889

Open hmShuvo314 opened 2 days ago

hmShuvo314 commented 2 days ago

Improved executing raw SQL queries within prisma.ts by integrating Prisma Client's sql method.

View Prisma.sql docs

vercel[bot] commented 2 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ✅ Ready (Inspect) Visit Preview Sep 26, 2024 9:41pm
1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **langchainjs-api-refs** | ⬜️ Ignored ([Inspect](https://vercel.com/langchain/langchainjs-api-refs/DcGxbVd62nfctAZAvQiEqrdez6GB)) | | | Sep 26, 2024 9:41pm |
jacoblee93 commented 1 day ago

Thanks! Does this require a Prisma version bump as well?

I think you may also need to run yarn format - if you're unable I can have a look later.