Skip to content

Commit

Permalink
Update qdrant connector metadata to version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 13, 2024
1 parent fea5f1d commit a27a860
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 41 deletions.
4 changes: 2 additions & 2 deletions registry/hasura/qdrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
The Qdrant connector is available under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
72 changes: 33 additions & 39 deletions registry/hasura/qdrant/metadata.json
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 registry/hasura/qdrant/releases/v0.2.6/connector-packaging.json
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"
}
}

0 comments on commit a27a860

Please sign in to comment.