Skip to content

Commit

Permalink
Remove long deprecated Milvus class (#2544)
Browse files Browse the repository at this point in the history
See also: #2543

---------

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
  • Loading branch information
XuanYang-cn authored Jan 7, 2025
1 parent c70d44c commit 0b30267
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,712 deletions.
2 changes: 0 additions & 2 deletions pymilvus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from .client.abstract import AnnSearchRequest, Hit, Hits, RRFRanker, SearchResult, WeightedRanker
from .client.asynch import SearchFuture
from .client.prepare import Prepare
from .client.stub import Milvus
from .client.types import (
BulkInsertState,
DataType,
Expand Down Expand Up @@ -89,7 +88,6 @@
"Hits",
"Index",
"IndexType",
"Milvus",
"MilvusClient",
"MilvusException",
"MilvusUnavailableException",
Expand Down
Loading

0 comments on commit 0b30267

Please sign in to comment.