Skip to content

Instantly share code, notes, and snippets.

View KaanCL's full-sized avatar
🤙

Kaan Çerkez KaanCL

🤙
View GitHub Profile
@linuxandchill
linuxandchill / retrievalQA.js
Last active June 10, 2024 16:04
Create and retrieve embeddings using Langchain and Supabase
////////////////////////////////////
/* "dependencies": {
"@supabase/supabase-js": "^2.13.1",
"langchain": "^0.0.44"
} */
////////////////////////////////////
import { OpenAI } from "langchain/llms";
import {