milvus/client
SimFG 4031abd2fa
enhance: change default partition num to 16 when using partition key (#32950)
/kind improvement

Signed-off-by: SimFG <bang.fu@zilliz.com>
2024-05-13 14:19:31 +08:00
..
column feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
common feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
entity feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
example enhance: Sync go.mod version & dep to main pkg (#32973) 2024-05-13 10:25:32 +08:00
index feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
client_config.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
client_suite_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
client_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
client.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
collection_options.go enhance: change default partition num to 16 when using partition key (#32950) 2024-05-13 14:19:31 +08:00
collection_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
collection.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
common.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
database_options.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
database_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
database.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
doc.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
go.mod enhance: Sync go.mod version & dep to main pkg (#32973) 2024-05-13 10:25:32 +08:00
go.sum enhance: Sync go.mod version & dep to main pkg (#32973) 2024-05-13 10:25:32 +08:00
index_options.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
index_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
index.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
maintenance_options.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
maintenance_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
maintenance.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
Makefile feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
mock_milvus_server_test.go enhance: Sync go.mod version & dep to main pkg (#32973) 2024-05-13 10:25:32 +08:00
OWNERS feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
partition_options.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
partition_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
partition.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
read_options.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
read_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
read.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
write_option_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
write_options.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
write_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
write.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00