known-types-openai 0.1.3

Well-known types for OpenAI APIs.
Documentation
1
2
3
4
5
6
7
8
9
// 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