#pragma once #include "embedding.pb.h" // This header ensures that the protobuf files are included correctly // and provides a namespace alias for convenience namespace diskann { namespace proto = protoembedding; }