-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update qdrant connector metadata to version 0.2.6
- Loading branch information
1 parent
fea5f1d
commit a27a860
Showing
3 changed files
with
46 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,35 @@ | ||
{ | ||
"overview":{ | ||
"namespace":"hasura", | ||
"description":"The Qdrant Data Connector allows for connecting to a Qdrant instance giving you an instant GraphQL API on top of your Qdrant Vector Data.", | ||
"title":"Qdrant Data Connector", | ||
"logo":"logo.png", | ||
"tags":["database"], | ||
"latest_version":"v0.2.1" | ||
}, | ||
"author":{ | ||
"support_email":"[email protected]", | ||
"homepage":"https://hasura.io", | ||
"name":"Hasura" | ||
}, | ||
"is_verified":false, | ||
"is_hosted_by_hasura":false, | ||
"packages": [ | ||
{ | ||
"version": "0.2.1", | ||
"uri": "https://github.com/hasura/ndc-qdrant/releases/download/v0.2.1/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "007cfaa76e45d3df2c2f50e1fdf0d4a3122a48895088958eaa972aee5ce49ac8" | ||
}, | ||
"source": { | ||
"hash": "2effed689bd2f97c9649d1b8f9966533ed1d82a0" | ||
} | ||
} | ||
"overview": { | ||
"namespace": "hasura", | ||
"description": "The Qdrant Data Connector allows for connecting to a Qdrant instance giving you an instant GraphQL API on top of your Qdrant Vector Data.", | ||
"title": "Qdrant Data Connector", | ||
"logo": "logo.png", | ||
"tags": [ | ||
"database" | ||
], | ||
"source_code":{ | ||
"is_open_source":true, | ||
"repository":"https://github.com/hasura/ndc-qdrant", | ||
"version":[ | ||
{ | ||
"tag":"v0.2.1", | ||
"hash":"2effed689bd2f97c9649d1b8f9966533ed1d82a0", | ||
"is_verified": false | ||
} | ||
] | ||
} | ||
} | ||
"latest_version": "v0.2.6" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
"homepage": "https://hasura.io", | ||
"name": "Hasura" | ||
}, | ||
"is_verified": false, | ||
"is_hosted_by_hasura": false, | ||
"source_code": { | ||
"is_open_source": true, | ||
"repository": "https://github.com/hasura/ndc-qdrant", | ||
"version": [ | ||
{ | ||
"tag": "v0.2.1", | ||
"hash": "2effed689bd2f97c9649d1b8f9966533ed1d82a0", | ||
"is_verified": false | ||
}, | ||
{ | ||
"tag": "v0.2.6", | ||
"hash": "22745b0b9917e3931b14415502745e4d93531b83", | ||
"is_verified": false | ||
} | ||
] | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
registry/hasura/qdrant/releases/v0.2.6/connector-packaging.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"version": "0.2.6", | ||
"uri": "https://github.com/hasura/ndc-qdrant/releases/download/v0.2.6/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "608b5d796e47f302556ac93d2b9043149b952a2814e013f2b52eda799d24aa34" | ||
}, | ||
"source": { | ||
"hash": "22745b0b9917e3931b14415502745e4d93531b83" | ||
} | ||
} |