Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes Milvus dependency #272

Merged
merged 2 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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