Basic Information

appmixer.ai.voyageai.CreateTextEmbeddingsFromFile

1.0.0

Public

Create text embeddings from a file using Voyage AI Embeddings API. The text is split into chunks and embedding is returned for each chunk.
The returned embeddings is an array of the form: [{ "index": 0, "text": "chunk1", "vector": [1.1, 1.2, 1.3] }].
TIP: use the JSONata modifier to convert the embeddings array into custom formats. For convenience, the component also returns the first vector in the embeddings array which is useful when querying vector databases to find relevant chunks.

Input Ports

in

FieldTypeDescription
File ID filepicker The text file to generate embeddings for. Use plain text or CSV files only.
Model text ID of the model to use.
Chunk Size number Maximum size of each chunk for text splitting. The default is 500.
Chunk Overlap number Overlap between chunks for text splitting to maintain context. The default is 50.

Output Ports

out

FieldTypeDescription
Embeddings -
First Vector -

Full Metadata