Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.