milvus/client
foxspy d7b2ffe5aa
enhance: add an unify vector index config checker (#36844)
issue: #34298

Signed-off-by: xianliang.li <xianliang.li@zilliz.com>
2024-10-28 10:11:37 +08:00
..
column fix: [GoSDK] Sync empty result set handling (#36177) 2024-09-12 10:27:08 +08:00
common feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
entity enhance: [GoSDK] Add collection alias & rename API (#36990) 2024-10-21 18:45:33 +08:00
example enhance: [GoSDK] write back auto id value to row based input (#36964) 2024-10-18 11:19:24 +08:00
index enhance: add an unify vector index config checker (#36844) 2024-10-28 10:11:37 +08:00
row enhance: [GoSDK] write back auto id value to row based input (#36964) 2024-10-18 11:19:24 +08:00
ruleguard enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
.golangci.yml enhance: update checker for go version (#33351) 2024-05-24 14:23:40 +08:00
alias_options.go enhance: [GoSDK] Add collection alias & rename API (#36990) 2024-10-21 18:45:33 +08:00
alias_test.go enhance: [GoSDK] Add collection alias & rename API (#36990) 2024-10-21 18:45:33 +08:00
alias.go enhance: [GoSDK] Add collection alias & rename API (#36990) 2024-10-21 18:45:33 +08:00
client_config.go enhance: [GoSDK] Set default max send recv size (#36945) 2024-10-17 14:33:23 +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 enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
client.go fix: [GoSDK] reset cache after UsingDatabase (#35638) 2024-08-29 19:41:02 +08:00
collection_options.go enhance: [GoSDK] Add collection alias & rename API (#36990) 2024-10-21 18:45:33 +08:00
collection_test.go enhance: [GoSDK] Add collection alias & rename API (#36990) 2024-10-21 18:45:33 +08:00
collection.go enhance: [GoSDK] Add collection alias & rename API (#36990) 2024-10-21 18:45:33 +08:00
common.go fix: [GoSDK] reset cache after UsingDatabase (#35638) 2024-08-29 19:41:02 +08:00
database_options.go enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
database_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
database.go enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
doc.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
go.mod enhance: [GoSDK] Sync latest milvus proto and mockery (#35511) 2024-08-19 16:22:55 +08:00
go.sum enhance: [GoSDK] Sync latest milvus proto and mockery (#35511) 2024-08-19 16:22:55 +08:00
index_options.go enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
index_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
index.go enhance: using timer instead of ticker in client/index.go (#35552) 2024-08-19 18:56:54 +08:00
interceptors_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
interceptors.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
maintenance_options.go enhance: [GoSDK] Use variadic params for options (#36912) 2024-10-16 19:33:23 +08:00
maintenance_test.go enhance: [GoSDK] Use variadic params for options (#36912) 2024-10-16 19:33:23 +08:00
maintenance.go enhance: using timer instead of tickers for need to be executed successfully once (#35534) 2024-08-19 16:16:55 +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: [GoSDK] Sync latest milvus proto and mockery (#35511) 2024-08-19 16:22:55 +08:00
OWNERS enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
partition_options.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
partition_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
partition.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
read_options.go enhance: [GoSDK] Use variadic params for options (#36912) 2024-10-16 19:33:23 +08:00
read_test.go enhance: [GoSDK] Use variadic params for options (#36912) 2024-10-16 19:33:23 +08:00
read.go enhance: [GoSDK] Use variadic params for options (#36912) 2024-10-16 19:33:23 +08:00
results_test.go enhance: [GoSDK] support unmarshal result set into orm receiver (#36789) 2024-10-15 10:37:23 +08:00
results.go enhance: [GoSDK] Use variadic params for options (#36912) 2024-10-16 19:33:23 +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 enhance: [GoSDK] write back auto id value to row based input (#36964) 2024-10-18 11:19:24 +08:00
write_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
write.go enhance: [GoSDK] write back auto id value to row based input (#36964) 2024-10-18 11:19:24 +08:00