|
VaneDB 0.1.0
Embeddable vector database for edge AI
|
#include <vector_store.h>
Public Member Functions | |
| bool | operator< (const SearchResult &o) const |
Public Attributes | |
| uint64_t | id |
| float | distance |
Definition at line 17 of file vector_store.h.
|
inline |
Definition at line 20 of file vector_store.h.
| float vanedb::SearchResult::distance |
Definition at line 19 of file vector_store.h.
Referenced by operator<().
| uint64_t vanedb::SearchResult::id |
Definition at line 18 of file vector_store.h.
Referenced by operator<().