{"id":28493365,"url":"https://github.com/qdrant/rivet-plugin-qdrant","last_synced_at":"2025-07-08T11:32:40.508Z","repository":{"id":236894881,"uuid":"793369376","full_name":"qdrant/rivet-plugin-qdrant","owner":"qdrant","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-21T16:37:03.000Z","size":223,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T18:54:32.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qdrant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-29T05:09:49.000Z","updated_at":"2024-05-28T21:18:51.000Z","dependencies_parsed_at":"2024-05-21T17:46:03.432Z","dependency_job_id":"aa50b8b9-ae8a-4ffe-8f5a-e5e8e564c848","html_url":"https://github.com/qdrant/rivet-plugin-qdrant","commit_stats":null,"previous_names":["anush008/rivet-plugin-qdrant","qdrant/rivet-plugin-qdrant"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Frivet-plugin-qdrant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Frivet-plugin-qdrant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Frivet-plugin-qdrant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Frivet-plugin-qdrant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qdrant","download_url":"https://codeload.github.com/qdrant/rivet-plugin-qdrant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Frivet-plugin-qdrant/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258688288,"owners_count":22741603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-08T09:08:33.607Z","updated_at":"2025-07-08T11:32:40.503Z","avatar_url":"https://github.com/qdrant.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![68747470733a2f2f72697665742e69726f6e636c61646170702e636f6d2f696d672f6c6f676f2d62616e6e65722d776964652e706e67](https://github.com/Anush008/fastembed-rs/assets/46051506/450c8ccb-8d1e-4c04-94e7-b39cc27705ea)\n\n# Rivet Qdrant Plugin\n\nA plugin to add support for using [Qdrant](https://qdrant.tech) in [Rivet](https://rivet.ironcladapp.com/).\n\n\u003e [!IMPORTANT]  \n\u003e You must use the [Node Executor](https://rivet.ironcladapp.com/docs/user-guide/executors#node) with this plugin.\n\n## Using the plugin\n\n### In Rivet\n\nTo use this plugin in Rivet:\n\n1. Open the plugins overlay at the top of the screen.\n2. Search for \"rivet-plugin-qdrant\".\n3. Click the \"Install\" button to install the plugin in your current project.\n\n\u003cimg width=\"910\" alt=\"installation\" src=\"https://github.com/qdrant/rivet-plugin-qdrant/assets/46051506/0509be17-dcbb-4ad5-8c0a-91d82b81e9c2\"\u003e\n\n\n### In the SDK\n\n1. Import the plugin and Rivet into your project:\n\n   ```ts\n   import * as Rivet from \"@ironclad/rivet\";\n   import RivetPluginQdrant from \"rivet-plugin-qdrant\";\n   ```\n\n2. Initialize the plugin and register the nodes with the `globalRivetNodeRegistry`:\n\n   ```ts\n   Rivet.globalRivetNodeRegistry.registerPlugin(RivetPluginQdrant(Rivet));\n   ```\n\n   (You may also use your own node registry if you wish, instead of the global one.)\n\n3. The nodes will now work when run with `runGraphInFile` or `createProcessor`.\n\n## Configuration\n\n### In Rivet\n\nBy default, the plugin will attempt to connect to a Qdrant instance at `http://localhost:6333`. To configure this value, you can open the Settings window, navigate to the Plugins area, and configure the `Database URL` value. There's also an option to set an optional API key.\n\n### In the SDK\n\nUsing `createProcessor` or `runGraphInFile`, pass in via `pluginSettings` in `RunGraphOptions`:\n\n```ts\nawait createProcessor(project, {\n  ...etc,\n  pluginSettings: {\n    qdrant: {\n      qdrantUrl: \"http://localhost:6333\",\n    },\n  },\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdrant%2Frivet-plugin-qdrant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqdrant%2Frivet-plugin-qdrant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdrant%2Frivet-plugin-qdrant/lists"}