You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Available from version 5.2


Vector Embeddings


Aspire's Vector Embeddings components can receive a list of text segments for which to generate vector embeddings for and retrieve the vector embeddings back into a normalized format regardless of the source model that produced it, which simplifies the handling of the response and enables model-to-model comparison by simply changing the vector embedding model or component. 


All vector embedding components in Aspire expect to receive the list of text in each job's AspireObject on a configurable field, this list of text should be an actual java List<String>, if instead of a List<String>, the component sees a String, then a single vector embedding will be created for the whole text.



  • No labels