milvus/internal/util/indexcgowrapper
Rijin-N a05a37a583
enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214)
Native support for Google cloud storage using the Google Cloud Storage
libraries. Authentication is performed using GCS service account
credentials JSON.

Currently, Milvus supports Google Cloud Storage using S3-compatible APIs
via the AWS SDK. This approach has the following limitations:

1. Overhead: Translating requests between S3-compatible APIs and GCS can
introduce additional overhead.
2. Compatibility Limitations: Some features of the original S3 API may
not fully translate or work as expected with GCS.

To address these limitations, This enhancement is needed.

Related Issue: #36212
2024-09-30 13:23:32 +08:00
..
build_index_info.go enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 2024-09-30 13:23:32 +08:00
codec_index_test.go enhance: Support MinIO TLS connection (#31311) 2024-03-21 11:15:20 +08:00
dataset.go feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 2024-03-13 14:32:54 -07:00
helper.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
index_bench.go Unify interface of vector index & scalar index. (#15959) 2022-03-21 14:23:24 +08:00
index_test.go Add float16 approve for multi-type part (#28427) 2024-01-11 15:48:51 +08:00
index.go feat: support keyword text match (#35923) 2024-09-10 15:11:08 +08:00