Skip to content

Commit

Permalink
Enhance search result
Browse files Browse the repository at this point in the history
Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn committed Oct 8, 2023
1 parent c4a05a7 commit 3a9d8ee
Show file tree
Hide file tree
Showing 14 changed files with 515 additions and 639 deletions.
2 changes: 1 addition & 1 deletion pymilvus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
RemoteBulkWriter,
)
from .client import __version__
from .client.abstract import Hit, Hits, SearchResult
from .client.prepare import Prepare
from .client.stub import Milvus
from .client.types import (
Expand All @@ -53,7 +54,6 @@
from .orm.partition import Partition
from .orm.role import Role
from .orm.schema import CollectionSchema, FieldSchema
from .orm.search import Hit, Hits, SearchResult
from .orm.utility import (
create_resource_group,
create_user,
Expand Down
Loading

0 comments on commit 3a9d8ee

Please sign in to comment.