combine_embeddings {aifeducation}R Documentation

Combine embedded texts

Description

Function for combining embedded texts of the same model

Usage

combine_embeddings(embeddings_list)

Arguments

embeddings_list

list of objects of class EmbeddedText.

Value

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

See Also

Other Text Embedding: EmbeddedText, TextEmbeddingModel


[Package aifeducation version 0.3.3 Index]