Embeddings

What is an embedding?

Embeddings are numerical representations of concepts converted to number sequences, which make it easy for computers to understand the relationships between those concepts. They are capable of capturing the context of a word in a document, its semantic and syntactic similarity, and its relation with other words.

How can I select different types of embeddings in Stack AI?

Embeddings can be selected by the user in two different section of Stack AI platform.

  • The most intuitive place is in a vector store. As explained in Vector Databases section, the input will be vectorized and indexed in a vector database for later usage in an AI model (so only the relevant chunks of the input are sent to the LLM).

  • Document search elements are also customizable with respect to their embeddings.

What are the models available?

Below a list of the embeddings models integrated into Stack AI's platform.

Last updated