Initial commit
This commit is contained in:
9
packages/leann-backend-diskann/third_party/DiskANN/include/proto_embedding.h
vendored
Normal file
9
packages/leann-backend-diskann/third_party/DiskANN/include/proto_embedding.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user