| create_hnsw_index | R Documentation |
Factory function to create HNSW index
create_hnsw_index(dimension, metric = "angular", n_trees = 50)
dimension |
Vector dimension |
metric |
Distance metric |
n_trees |
Number of trees |
HNSWIndex object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.