Skip to contents

A sample embedding vector result from processing a single text using Hugging Face's embedding API. This demonstrates the structure returned by the hf_embed_text() function.

Usage

single_embedding_hf

Format

A data frame with 1 row and 768 variables:

V1, V2, ..., V768

Numeric; embedding vector dimensions representing the semantic encoding of the input text

Source

Generated using Hugging Face embedding model via EndpointR functions