Files
yichuan520030910320 46f6cc100b Initial commit
2025-06-30 09:05:05 +00:00

10 lines
221 B
C++

#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;
}