Skip to content

Commit

Permalink
Merge pull request #272 from Ironclad/gogwilt/improve-deps
Browse files Browse the repository at this point in the history
Removes Milvus dependency
  • Loading branch information
abrenneke authored Dec 19, 2023
2 parents 4dfb0aa + e0be905 commit 0defbef
Show file tree
Hide file tree
Showing 44 changed files with 5 additions and 747 deletions.
396 changes: 0 additions & 396 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/long-npm-4.0.0-ecd96a31ed-8296e2ba7b.zip
Binary file not shown.
Binary file removed .yarn/cache/long-npm-5.2.3-61dddb7586-9167ec6947.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"@types/ws": "^8.5.8",
"@types/yargs": "^17.0.29",
"@vitejs/plugin-react": "^4.1.0",
"@zilliz/milvus2-sdk-node": "^2.3.2",
"ahooks": "^3.7.8",
"clsx": "^2.0.0",
"core-js": "^3.33.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export class VectorNearestNeighborsNodeImpl extends NodeImpl<VectorNearestNeighb
dataKey: 'integration',
options: [
{ label: 'Pinecone', value: 'pinecone' },
{ label: 'Milvus', value: 'milvus' },
],
useInputToggleDataKey: 'useIntegrationInput',
},
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/model/nodes/VectorStoreNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export class VectorStoreNodeImpl extends NodeImpl<VectorStoreNode> {
dataKey: 'integration',
options: [
{ label: 'Pinecone', value: 'pinecone' },
{ label: 'Milvus', value: 'milvus' },
],
useInputToggleDataKey: 'useIntegrationInput',
},
Expand Down
1 change: 0 additions & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
},
"dependencies": {
"@ironclad/rivet-core": "workspace:^",
"@zilliz/milvus2-sdk-node": "^2.3.2",
"emittery": "^1.0.1",
"emittery-0-13": "npm:emittery@^0.13.1",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit 0defbef

Please sign in to comment.