Loading core/src/db/meta/MetaTypes.h +0 −5 Original line number Diff line number Diff line Loading @@ -41,11 +41,6 @@ using DateT = int; const DateT EmptyDate = -1; using DatesT = std::vector<DateT>; struct DateRange { DateT start_date_ = 0x1 << 32; DateT end_date_ = 0; }; struct TableSchema { typedef enum { NORMAL, Loading core/src/index/knowhere/knowhere/index/vector_index/IndexIVFSQHybrid.cpp +7 −1 Original line number Diff line number Diff line Loading @@ -256,8 +256,14 @@ void IVFSQHybrid::UnsetQuantizer() { } void VectorIndexPtr IVFSQHybrid::LoadData(const knowhere::QuantizerPtr& q, const Config& conf) { return nullptr; } std::pair<VectorIndexPtr, QuantizerPtr> IVFSQHybrid::CopyCpuToGpuWithQuantizer(const int64_t& device_id, const Config& config) { KNOWHERE_THROW_MSG("Not yet implemented"); } IndexModelPtr Loading Loading
core/src/db/meta/MetaTypes.h +0 −5 Original line number Diff line number Diff line Loading @@ -41,11 +41,6 @@ using DateT = int; const DateT EmptyDate = -1; using DatesT = std::vector<DateT>; struct DateRange { DateT start_date_ = 0x1 << 32; DateT end_date_ = 0; }; struct TableSchema { typedef enum { NORMAL, Loading
core/src/index/knowhere/knowhere/index/vector_index/IndexIVFSQHybrid.cpp +7 −1 Original line number Diff line number Diff line Loading @@ -256,8 +256,14 @@ void IVFSQHybrid::UnsetQuantizer() { } void VectorIndexPtr IVFSQHybrid::LoadData(const knowhere::QuantizerPtr& q, const Config& conf) { return nullptr; } std::pair<VectorIndexPtr, QuantizerPtr> IVFSQHybrid::CopyCpuToGpuWithQuantizer(const int64_t& device_id, const Config& config) { KNOWHERE_THROW_MSG("Not yet implemented"); } IndexModelPtr Loading