Supabase Vector Store (#2427)

This commit is contained in:
Saket Aryan
2025-03-25 00:15:50 +05:30
committed by GitHub
parent 9db5f62262
commit 2b49c9eedd
14 changed files with 8422 additions and 8 deletions

View File

@@ -7,8 +7,8 @@
"scripts": {
"build": "tsc",
"test": "jest",
"start": "ts-node examples/basic.ts",
"example": "ts-node examples/basic.ts",
"start": "pnpm run example memory",
"example": "ts-node examples/vector-stores/index.ts",
"clean": "rimraf dist",
"prepare": "npm run build"
},