Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions adapters/cf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
"version": "0.7.2",
"description": "Cloudflare Vectorize adapter for payloadcms-vectorize",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/techiejd/payloadcms-vectorize.git",
"directory": "adapters/cf"
},
"homepage": "https://github.com/techiejd/payloadcms-vectorize/tree/main/adapters/cf#readme",
"bugs": {
"url": "https://github.com/techiejd/payloadcms-vectorize/issues"
},
"type": "module",
"files": [
"dist"
Expand Down
9 changes: 9 additions & 0 deletions adapters/pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
"version": "0.7.2",
"description": "PostgreSQL adapter for payloadcms-vectorize",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/techiejd/payloadcms-vectorize.git",
"directory": "adapters/pg"
},
"homepage": "https://github.com/techiejd/payloadcms-vectorize/tree/main/adapters/pg#readme",
"bugs": {
"url": "https://github.com/techiejd/payloadcms-vectorize/issues"
},
"type": "module",
"files": [
"dist"
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"version": "0.7.2",
"description": "A plugin to vectorize collections for RAG in Payload 3.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/techiejd/payloadcms-vectorize.git"
},
"homepage": "https://github.com/techiejd/payloadcms-vectorize#readme",
"bugs": {
"url": "https://github.com/techiejd/payloadcms-vectorize/issues"
},
"type": "module",
"exports": {
".": {
Expand Down
Loading