Top Level Namespace
Defined Under Namespace
Modules: Zvec
Constant Summary collapse
- ZVEC_LIBS =
zvec is composed of multiple static libraries that must be linked in order
%w[ zvec_db zvec_sqlengine zvec_index zvec_common zvec_core zvec_proto zvec_ailego ]
- THIRDPARTY_LIBS =
%w[ rocksdb roaring arrow arrow_compute arrow_acero arrow_dataset parquet arrow_bundled_dependencies antlr4-runtime protobuf glog gflags_nothreads lz4 ]
- FORCE_LOAD_LIBS =
Libraries with static initializers (metric/index registration) need force-loading
%w[zvec_core zvec_index]