Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

define the interface for the "pyramid" #167

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

define the interface for the "pyramid" #167

wants to merge 4 commits into from

Conversation

inabao
Copy link
Collaborator

@inabao inabao commented Nov 27, 2024

jinjiabao.jjb added 2 commits November 27, 2024 11:31
Signed-off-by: jinjiabao.jjb <[email protected]>
Signed-off-by: jinjiabao.jjb <[email protected]>

#include <vsag/vsag.h>

#include <iostream>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove unused header file

@@ -30,7 +30,8 @@
namespace vsag {

class DatasetImpl : public Dataset {
using var = std::variant<int64_t, const float*, const int8_t*, const int64_t*>;
using var =
std::variant<int64_t, const float*, const int8_t*, const int64_t*, const std::string*>;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add the field comments?

@inabao inabao self-assigned this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants