// This is free and unencumbered software released into the public domain.
//! **OpenAI API: Embeddings**
//!
//! Get a vector representation of a given input that can be easily consumed by
//! machine learning models and algorithms.
//! Related guide: [Embeddings][/docs/guides/embeddings]
//!
//! [/docs/guides/embeddings]: https://platform.openai.com/docs/guides/embeddings