-
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 to v0.3.0 (#263)
This PR updates the qdrant connector metadata to version 0.3.0. --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
82d6195
commit a76f5ff
Showing
4 changed files
with
88 additions
and
124 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.3.0" | ||
}, | ||
"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.3.0", | ||
"hash": "5eda2128fcbe710741f07a404a6eb69214da2731", | ||
"is_verified": false | ||
} | ||
] | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
registry/hasura/qdrant/releases/v0.2.1/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,12 @@ | ||
{ | ||
"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" | ||
} | ||
} | ||
|
11 changes: 11 additions & 0 deletions
11
registry/hasura/qdrant/releases/v0.3.0/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.3.0", | ||
"uri": "https://github.com/hasura/ndc-qdrant/releases/download/v0.3.0/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "bc0c8761906430f0309f68ea9e843c543889833471cdcdcfb15414c4d510eaee" | ||
}, | ||
"source": { | ||
"hash": "5eda2128fcbe710741f07a404a6eb69214da2731" | ||
} | ||
} |