Buqian Zheng 383350c120 feat: added more checks for function creation check (#36766) 1 周之前
..
aliyun 6c3f29d003 Identify service providers based on addresses (#27907) 1 年之前
gcp 26f06dd732 Format the code (#27275) 1 年之前
tencent 6cf2f09b60 feat: Support tencent cloud object storage for milvus (#30163) 9 月之前
OWNERS 12f50cb22c [skip ci]Update OWNERS files (#11898) 2 年之前
azure_object_storage.go fd922d921a enhance: Add nilness linter and fix some small issues (#34049) 4 月之前
azure_object_storage_test.go 2586c2f1b3 enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 6 月之前
binlog_iterator.go 0ecd694305 enhance: legacy code clean up (#33838) 4 月之前
binlog_iterator_test.go 4ee6c69217 enhance: Add Segment Level in milvus segment info APIs (#34763) 2 月之前
binlog_reader.go ef3ced8138 fix: descriptor event in previous version not has nullable to parse error (#34235) 3 月之前
binlog_test.go 88b373b024 enhance: binlog primary key turn off dict encoding (#34358) 3 月之前
binlog_util.go c9d0c157ec Move some modules from internal to public package (#22572) 1 年之前
binlog_util_test.go 26f06dd732 Format the code (#27275) 1 年之前
binlog_writer.go 139787371e feat: support embedding bm25 sparse vector and flush bm25 stats log (#36036) 1 月之前
binlog_writer_test.go 88b373b024 enhance: binlog primary key turn off dict encoding (#34358) 3 月之前
data_codec.go 62f4a6a112 fix: binlog reader not released in time (#36078) 1 月之前
data_codec_test.go 80a7c78f28 enhance: import supports null in parquet and json formats (#35558) 2 月之前
data_sorter.go 3c80083f51 feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 7 月之前
data_sorter_test.go de8a266d8a enhance: Enable linux code checker (#35084) 2 月之前
delta_data.go 2f691f1e67 enhance: Unify DeleteLog parsing code (#34009) 4 月之前
delta_data_test.go e04f1f9748 enhance: Add unittest for `storage.DeleteLog` (#34190) 3 月之前
event_data.go 3333160b8d enhance: Fix lint issues from recent PRs (#34482) 3 月之前
event_header.go c9d0c157ec Move some modules from internal to public package (#22572) 1 年之前
event_reader.go 2a1356985d enhance: support null in go payload (#32296) 4 月之前
event_test.go 88b373b024 enhance: binlog primary key turn off dict encoding (#34358) 3 月之前
event_writer.go 88b373b024 enhance: binlog primary key turn off dict encoding (#34358) 3 月之前
event_writer_test.go 88b373b024 enhance: binlog primary key turn off dict encoding (#34358) 3 月之前
factory.go a05a37a583 enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 3 周之前
field_stats.go a1232fafda feat: Major compaction (#33620) 4 月之前
field_stats_test.go a1232fafda feat: Major compaction (#33620) 4 月之前
field_value.go c46c401112 fix: refine handling type for segment pruner(#34923) (#34925) 2 月之前
field_value_test.go 875036b81b feat: Define FieldValue, FieldStats and PartitionStats (#30286) 7 月之前
gcp_native_object_storage.go a05a37a583 enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 3 周之前
gcp_native_object_storage_test.go a05a37a583 enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 3 周之前
index_data_codec.go 5616b7e8d2 enhance: support null in c data_datacodec and load null value (#32183) 3 月之前
index_data_codec_test.go 6ea7633bd5 enhance: Add memory size for binlog (#33025) 5 月之前
insert_data.go 383350c120 feat: added more checks for function creation check (#36766) 1 周之前
insert_data_test.go 80a7c78f28 enhance: import supports null in parquet and json formats (#35558) 2 月之前
local_chunk_manager.go 2586c2f1b3 enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 6 月之前
local_chunk_manager_test.go 2586c2f1b3 enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 6 月之前
minio_object_storage.go 2586c2f1b3 enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 6 月之前
minio_object_storage_test.go cb8dbc3c83 fix: Removed minio bucket after use in test (#32624) 5 月之前
options.go a05a37a583 enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 3 周之前
partition_stats.go ca7ef26e4b fix: sync part stats task cannot be finished(#30376) (#34027) 4 月之前
partition_stats_test.go 875036b81b feat: Define FieldValue, FieldStats and PartitionStats (#30286) 7 月之前
payload.go 2a1356985d enhance: support null in go payload (#32296) 4 月之前
payload_reader.go c45f38aa61 enhance: Update protobuf-go to protobuf-go v2 (#34394) 2 月之前
payload_reader_test.go 2a1356985d enhance: support null in go payload (#32296) 4 月之前
payload_test.go de8a266d8a enhance: Enable linux code checker (#35084) 2 月之前
payload_writer.go c45f38aa61 enhance: Update protobuf-go to protobuf-go v2 (#34394) 2 月之前
payload_writer_test.go 88b373b024 enhance: binlog primary key turn off dict encoding (#34358) 3 月之前
pk_statistics.go c0ee25afd8 fix: Use k locations only for basic BF test location (#35380) 2 月之前
primary_key.go 322a4c5b8c enhance: Remove StringPrimaryKey to reduce unnecessary copy and function call cost (#33486) 4 月之前
primary_key_test.go 41af0a98fa Use go-api/v2 for milvus-proto (#24770) 1 年之前
primary_keys.go e677af19b0 enhance: Add PrimaryKeys interface to reduce memory usage (#30405) 8 月之前
primary_keys_test.go e677af19b0 enhance: Add PrimaryKeys interface to reduce memory usage (#30405) 8 月之前
print_binlog.go c45f38aa61 enhance: Update protobuf-go to protobuf-go v2 (#34394) 2 月之前
print_binlog_test.go c45f38aa61 enhance: Update protobuf-go to protobuf-go v2 (#34394) 2 月之前
remote_chunk_manager.go a05a37a583 enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 3 周之前
remote_chunk_manager_test.go 2586c2f1b3 enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 6 月之前
serde.go 1bbf7a3c0e enhance: Optimize the use of locks and avoid double flush clustering buffer writer (#35486) 2 月之前
serde_events.go a3f2f044d6 fix: not set nullable when stream writer write headers (#35799) 1 月之前
serde_events_test.go 41646c8439 feat: integrate new deltalog format (#35522) 2 月之前
serde_test.go f4dd7c7efb enhance: add delta log stream new format reader and writer (#34116) 3 月之前
stats.go db34572c56 feat: support load and query with bm25 metric (#36071) 1 周之前
stats_test.go c6a1c49e02 enhance: Use Blocked Bloom Filter instead of basic bloom fitler impl. (#33405) 4 月之前
storage_test.go b4353ca4ce enhance: Remove vector chunk manager (#28569) 10 月之前
types.go 2586c2f1b3 enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 6 月之前
unsafe.go 2a1356985d enhance: support null in go payload (#32296) 4 月之前
unsafe_test.go 758dc8b70f [skip e2e]Update license for storage unsafe (#14452) 2 年之前
utils.go db34572c56 feat: support load and query with bm25 metric (#36071) 1 周之前
utils_test.go db34572c56 feat: support load and query with bm25 metric (#36071) 1 周之前