From e9a6cd049afd2a7474de2c5cfe0b83d8250401c9 Mon Sep 17 00:00:00 2001 From: "Huu Le (Lee)" <39040748+leehuwuj@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:13:40 +0700 Subject: [PATCH] fixed pymilvus at 2.3.7 (#17) --- helpers/python.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helpers/python.ts b/helpers/python.ts index 031e997d..60b11980 100644 --- a/helpers/python.ts +++ b/helpers/python.ts @@ -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; } } -- GitLab