Skip to content
Snippets Groups Projects
Unverified Commit e9a6cd04 authored by Huu Le (Lee)'s avatar Huu Le (Lee) Committed by GitHub
Browse files

fixed pymilvus at 2.3.7 (#17)

parent 60ed8fe0
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,10 @@ const getAdditionalDependencies = (
name: "llama-index-vector-stores-milvus",
version: "^0.1.6",
});
dependencies.push({
name: "pymilvus",
version: "2.3.7",
});
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment