milvus/client/milvusclient
congqixia e61a841806
enhance: [GoSDK] Support return recall in search result (#39580)
Related to #37899

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-01-24 19:05:06 +08:00
..
admin.go enhance: [GoSDK] Add APIs for backup tool (#38791) 2024-12-27 14:20:51 +08:00
admin_test.go enhance: [GoSDK] Add APIs for backup tool (#38791) 2024-12-27 14:20:51 +08:00
alias.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
alias_example_test.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
alias_options.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
alias_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
client.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
client_config.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
client_suite_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
client_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
collection.go enhance: [GoSDK] Support alter properties APIs (#38812) 2024-12-27 18:26:50 +08:00
collection_example_test.go enhance: [GoSDK] Support alter properties APIs (#38812) 2024-12-27 18:26:50 +08:00
collection_options.go enhance: [GoSDK] Support alter properties APIs (#38812) 2024-12-27 18:26:50 +08:00
collection_test.go enhance: [GoSDK] Support alter properties APIs (#38812) 2024-12-27 18:26:50 +08:00
common.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
database.go test: add go-sdk cases for database properties (#39484) 2025-01-23 14:29:16 +08:00
database_options.go enhance: [GoSDK] Support alter properties APIs (#38812) 2024-12-27 18:26:50 +08:00
database_test.go test: add go-sdk cases for database properties (#39484) 2025-01-23 14:29:16 +08:00
doc.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
index.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
index_options.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
index_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
interceptors.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
interceptors_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
maintenance.go enhance: [GoSDK] Add APIs for backup tool (#38791) 2024-12-27 14:20:51 +08:00
maintenance_options.go enhance: [GoSDK] Sync API names and add missing APIs (#38603) 2024-12-20 11:52:46 +08:00
maintenance_test.go enhance: [GoSDK] Sync API names and add missing APIs (#38603) 2024-12-20 11:52:46 +08:00
mock_milvus_server_test.go enhance: [GoSDK] Add Slice method for Vector Columns (#37951) 2024-11-24 14:48:33 +08:00
partition.go enhance: [GoSDK] Sync API names and add missing APIs (#38603) 2024-12-20 11:52:46 +08:00
partition_example_test.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
partition_options.go enhance: [GoSDK] Sync API names and add missing APIs (#38603) 2024-12-20 11:52:46 +08:00
partition_test.go enhance: [GoSDK] Sync API names and add missing APIs (#38603) 2024-12-20 11:52:46 +08:00
rbac.go enhance: [GoSDK] Sync API names and add missing APIs (#38603) 2024-12-20 11:52:46 +08:00
rbac_options.go enhance: [GoSDK] Sync API names and add missing APIs (#38603) 2024-12-20 11:52:46 +08:00
rbac_test.go fix: fix privilege group list and list collections (#38684) 2024-12-25 18:00:51 +08:00
read.go enhance: [GoSDK] Support return recall in search result (#39580) 2025-01-24 19:05:06 +08:00
read_example_test.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
read_option_test.go enhance: [GoSDK] Sync API names and add missing APIs (#38603) 2024-12-20 11:52:46 +08:00
read_options.go enhance: [GoSDK] Pass `UseDefaultConsistency` flag for query option (#39515) 2025-01-23 14:21:14 +08:00
read_test.go enhance: [GoSDK] support expression template (#38568) 2024-12-19 11:20:47 +08:00
reranker.go enhance: [GoSDK] support expression template (#38568) 2024-12-19 11:20:47 +08:00
reranker_test.go enhance: [GoSDK] support expression template (#38568) 2024-12-19 11:20:47 +08:00
resource_group.go enhance: [GoSDK] Support Resource Group Controlling APIs (#38940) 2025-01-03 18:12:54 +08:00
resource_group_option.go enhance: [GoSDK] Support Resource Group Controlling APIs (#38940) 2025-01-03 18:12:54 +08:00
resource_group_test.go enhance: [GoSDK] Support Resource Group Controlling APIs (#38940) 2025-01-03 18:12:54 +08:00
results.go enhance: [GoSDK] Support return recall in search result (#39580) 2025-01-24 19:05:06 +08:00
results_test.go feat: [GoSDK] fp32 <-> fp16/bf16 vector conversion (#37978) 2024-11-29 08:00:37 +08:00
write.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
write_option_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
write_options.go feat: Support restful & go sdk for Int8Vector (#39278) 2025-01-24 17:07:07 +08:00
write_test.go feat: Support restful & go sdk for Int8Vector (#39278) 2025-01-24 17:07:07 +08:00