diff --git a/registry/hasura/qdrant/README.md b/registry/hasura/qdrant/README.md index 98138040..2e1a7bb7 100644 --- a/registry/hasura/qdrant/README.md +++ b/registry/hasura/qdrant/README.md @@ -105,7 +105,7 @@ QDRANT_URL=http://local.hasura.dev:6333 With the connector configured, we can now use the CLI to introspect our database and create a source-specific configuration file for our connector. ```bash -ddn connector introspect --connector my_subgraph/connector/qdrant/connector.yaml +ddn connector introspect --connector my_subgraph/connector/qdrant/connector.local.yaml ``` ### Step 6. Create the Hasura metadata @@ -169,4 +169,4 @@ Check out our [contributing guide](https://github.com/hasura/ndc-qdrant/blob/mai ## License -The Qdrant connector is available under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file +The Qdrant connector is available under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). diff --git a/registry/hasura/qdrant/metadata.json b/registry/hasura/qdrant/metadata.json index 260ca973..5a4e611c 100644 --- a/registry/hasura/qdrant/metadata.json +++ b/registry/hasura/qdrant/metadata.json @@ -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":"support@hasura.io", - "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 - } - ] - } -} \ No newline at end of file + "latest_version": "v0.2.6" + }, + "author": { + "support_email": "support@hasura.io", + "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 + } + ] + } +} diff --git a/registry/hasura/qdrant/releases/v0.2.6/connector-packaging.json b/registry/hasura/qdrant/releases/v0.2.6/connector-packaging.json new file mode 100644 index 00000000..1287c9d9 --- /dev/null +++ b/registry/hasura/qdrant/releases/v0.2.6/connector-packaging.json @@ -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" + } +}