10 lines
221 B
C++
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;
|
|
}
|