Learn R Programming

aifeducation (version 0.3.3)

combine_embeddings: Combine embedded texts

Description

Function for combining embedded texts of the same model

Usage

combine_embeddings(embeddings_list)

Value

Returns an object of class EmbeddedText which contains all unique cases of the input objects.

Arguments

embeddings_list

list of objects of class EmbeddedText.

See Also

Other Text Embedding: EmbeddedText, TextEmbeddingModel