Create Text Embeddings in Generative AI
Use the cohere.embed
models in OCI
Generative AI to convert text to vector
embeddings to use in applications for semantic searches, text classification, or text
clustering.
To create embeddings for text, use the embed-text-result operation.
Enter the following command for a list of options to create text embeddings.
oci generative-ai-inference embed-text-result embed-text -h
For a complete list of parameters and values for the OCIGenerative AI CLI commands, see Generative AI Inference CLI and Generative AI Management CLI.
Run the EmbedText operation to create text embeddings.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.