Embeddings
Learn how to convert a text into embedding vectors and find the similarity ratio between two separate texts.
The embeddings endpoint
Embedding is a method of representing data in a vector of continuous numbers. We can provide these vectors to machine learning algorithms and models. Similar texts will have the same embedding vectors, and two different texts will have very different embeddings. The OpenAI API takes text as input and returns the embedding vector.
Get hands-on with 1400+ tech skills courses.