@prisma/orm-extension-pgvector 8.0.0-rc.9-dev.5 → 8.0.0-rc.9-dev.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @prisma/orm-extension-pgvector
|
|
2
2
|
|
|
3
|
-
Embedding columns and vector similarity search for Prisma
|
|
3
|
+
Embedding columns and vector similarity search for Prisma 8 on PostgreSQL, powered by [pgvector](https://github.com/pgvector/pgvector).
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
pnpm add @prisma/orm-extension-pgvector
|
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/orm-extension-pgvector",
|
|
3
|
-
"version": "8.0.0-rc.9-dev.
|
|
3
|
+
"version": "8.0.0-rc.9-dev.7",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
|
-
"description": "pgvector embedding columns, distance operators, and indexes for Prisma
|
|
7
|
+
"description": "pgvector embedding columns, distance operators, and indexes for Prisma 8",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@prisma/orm-family-sql": "8.0.0-rc.9-dev.
|
|
13
|
-
"@prisma/orm-framework": "8.0.0-rc.9-dev.
|
|
14
|
-
"@prisma/orm-toolchain": "8.0.0-rc.9-dev.
|
|
12
|
+
"@prisma/orm-family-sql": "8.0.0-rc.9-dev.7",
|
|
13
|
+
"@prisma/orm-framework": "8.0.0-rc.9-dev.7",
|
|
14
|
+
"@prisma/orm-toolchain": "8.0.0-rc.9-dev.7",
|
|
15
15
|
"@standard-schema/spec": "^1.1.0",
|
|
16
16
|
"arktype": "^2.2.2"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@internal/extension-pgvector": "8.0.0-rc.9-dev.
|
|
20
|
-
"@repo/tsconfig": "8.0.0-rc.9-dev.
|
|
21
|
-
"@internal/publish-surface": "8.0.0-rc.9-dev.
|
|
22
|
-
"@repo/tsdown": "8.0.0-rc.9-dev.
|
|
23
|
-
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.
|
|
19
|
+
"@internal/extension-pgvector": "8.0.0-rc.9-dev.7",
|
|
20
|
+
"@repo/tsconfig": "8.0.0-rc.9-dev.7",
|
|
21
|
+
"@internal/publish-surface": "8.0.0-rc.9-dev.7",
|
|
22
|
+
"@repo/tsdown": "8.0.0-rc.9-dev.7",
|
|
23
|
+
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.7",
|
|
24
24
|
"tsdown": "0.22.14",
|
|
25
25
|
"typescript": "5.9.3",
|
|
26
26
|
"vitest": "5.0.0-rc.2"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.
|
|
29
|
+
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.7",
|
|
30
30
|
"typescript": ">=5.9"
|
|
31
31
|
},
|
|
32
32
|
"peerDependenciesMeta": {
|