1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/// The collection of vectors and their data.
/// Enum for the collection distance functions.
/// Error types for the database.
/// Types for the metadata.
/// Types for the vectors.
// Internal modules.
use *;
use *;
use *;
use *;
use *;
use *;
// External dependencies.
use OrderedFloat;
use *;
use *;
use random;
use *;
use ;
use BigArray;
use *;
use ;
use ;
// This code is inspired by the HNSW implementation in the
// Instant Distance library and modified to fit the needs
// of this project.
// https://github.com/instant-labs/instant-distance