VaneDB 0.1.0
Embeddable vector database for edge AI
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
vanedb::SearchResult Struct Reference

#include <vector_store.h>

Public Member Functions

bool operator< (const SearchResult &o) const
 

Public Attributes

uint64_t id
 
float distance
 

Detailed Description

Definition at line 17 of file vector_store.h.

Member Function Documentation

◆ operator<()

Definition at line 20 of file vector_store.h.

References distance, and id.

Member Data Documentation

◆ distance

float vanedb::SearchResult::distance

Definition at line 19 of file vector_store.h.

Referenced by operator<().

◆ id

uint64_t vanedb::SearchResult::id

Definition at line 18 of file vector_store.h.

Referenced by operator<().


The documentation for this struct was generated from the following file: