Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildJoinabilityIndex ¶
func BuildJoinabilityIndex(db *database.DB) (*lshensemble.LshEnsemble, error)
BuildJoinabilityIndex builds an LSH Ensemble index on the dataset columns.
Types ¶
type CategoryIndex ¶
type CategoryIndex struct {
// contains filtered or unexported fields
}
CategoryIndex is an index over the category embedding vectors.
func BuildCategoryEmbeddingIndex ¶
func BuildCategoryEmbeddingIndex(db *database.DB, ft *fasttext.FastText) (*CategoryIndex, error)
BuildCategoryEmbeddingIndex builds a CategoryIndex.
func (*CategoryIndex) Delete ¶
func (idx *CategoryIndex) Delete()
Delete frees the memory associated with the index.
type MetadataIndex ¶
type MetadataIndex struct {
// contains filtered or unexported fields
}
MetadataIndex is an index over the metadata embedding vectors.
func BuildMetadataEmbeddingIndex ¶
func BuildMetadataEmbeddingIndex(db *database.DB) (*MetadataIndex, error)
BuildMetadataEmbeddingIndex builds a MetadataIndex.
func (*MetadataIndex) Delete ¶
func (idx *MetadataIndex) Delete()
Delete frees the memory associated with the index.
Click to show internal directories.
Click to hide internal directories.