qdrant / rivet-plugin-qdrant

Apache License 2.0
3 stars 0 forks source link

Trouble Importing Qdrant Plugin in Script #3

Open hadupa opened 1 month ago

hadupa commented 1 month ago

I was using the following import statements in graphManager.ts:

import * as Rivet from '@ironclad/rivet-node'; import RivetPluginQdrant from "rivet-plugin-qdrant"; Rivet.globalRivetNodeRegistry.registerPlugin(RivetPluginQdrant(Rivet));

However I get this error:

src/graphManager.ts:2:31 - error TS2307: Cannot find module 'rivet-plugin-qdrant' or its corresponding type declarations.

I have the plugin installed in my local instance of Rivet but I have not cloned the GitHub repository for it into the project. Is that causing the issue?