Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.graphext.com/llms.txt

Use this file to discover all available pages before exploring further.

StepFastDescription
embed_datasetReduce the dataset to an n-dimensional numeric vector embedding
embed_imagesEmbed images using pretrained DL models
embed_itemsTrains an item2vec model on provided lists of items (or sentences of words, etc.)
embed_sessionsTrains an item2vec model on provided lists of items
embed_textParse and calculate a (word-averaged) embedding vector for each text
embed_text_with_modelUse language models to calulate an embedding for each text in provided column
embed_with_treesReduce the dataset to an n-dimensional numeric vector embedding using a Forest model’s tree indices
layout_datasetReduce the dataset to 2 dimensions that can be mapped to x/y node positions
vectorize_datasetCreate a vectorized (numeric) dataset, (optionally) of reduced dimensionality