From 912b8f03c0a664b4d5e8650122509497ec056a7c Mon Sep 17 00:00:00 2001 From: wangmeihua <13383952685@163.com> Date: Tue, 29 Jul 2025 18:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9rag/init.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rag/init.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rag/init.py b/rag/init.py index 2f6046d..caa444e 100644 --- a/rag/init.py +++ b/rag/init.py @@ -138,8 +138,6 @@ def load_rag(): 初始化 ServerEnv,绑定 MilvusConnection 的所有功能。 """ env = ServerEnv() - env.initialize = initialize - env.get_params = get_params env.create_collection = create_collection env.delete_collection = delete_collection env.insert_document = insert_document