Initial commit

This commit is contained in:
yichuan520030910320
2025-06-30 09:05:05 +00:00
commit 46f6cc100b
1231 changed files with 278432 additions and 0 deletions

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