mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 18:03:32 -04:00
* add docs and embeddings tutorial pieces * cleanup openai reference * Suggested cleanups; add missing div tag * one more change for clarity (requests per minute)
35 lines
1.2 KiB
Text
35 lines
1.2 KiB
Text
// tag::cohere[]
|
|
|
|
A https://cohere.com/[Cohere account] is required to use the {infer} API with
|
|
the Cohere service.
|
|
|
|
// end::cohere[]
|
|
|
|
// tag::hugging-face[]
|
|
|
|
A https://huggingface.co/[HuggingFace account] is required to use the {infer}
|
|
API with the HuggingFace service.
|
|
|
|
// end::hugging-face[]
|
|
|
|
// tag::openai[]
|
|
|
|
An https://openai.com/[OpenAI account] is required to use the {infer} API with
|
|
the OpenAI service.
|
|
|
|
// end::openai[]
|
|
|
|
// tag::azure-openai[]
|
|
* An https://azure.microsoft.com/free/cognitive-services?azure-portal=true[Azure subscription]
|
|
* Access granted to Azure OpenAI in the desired Azure subscription.
|
|
You can apply for access to Azure OpenAI by completing the form at https://aka.ms/oai/access.
|
|
* An embedding model deployed in https://oai.azure.com/[Azure OpenAI Studio].
|
|
|
|
// end::azure-openai[]
|
|
|
|
// tag::azure-ai-studio[]
|
|
* An https://azure.microsoft.com/free/cognitive-services?azure-portal=true[Azure subscription]
|
|
* Access to https://ai.azure.com/[Azure AI Studio]
|
|
* A deployed https://ai.azure.com/explore/models?selectedTask=embeddings[embeddings] or https://ai.azure.com/explore/models?selectedTask=chat-completion[chat completion] model.
|
|
|
|
// end::azure-ai-studio[]
|