Skip to content

Conversation

szabosteve
Copy link
Contributor

@szabosteve szabosteve commented Jan 23, 2025

Overview

This PR drafts reference docs for the Elastic Inference Service.

TO DO

  • Review and amend task_settings
  • Add chat_completion example

Post-merge TO DO

Preview

EIS reference

@szabosteve szabosteve added >docs General docs changes :ml Machine learning Team:Docs Meta label for docs team v9.0.0 labels Jan 23, 2025
Copy link
Contributor

Documentation preview:

@szabosteve szabosteve added auto-backport Automatically create backport pull requests when merged v8.18.0 labels Jan 23, 2025
@jonathan-buttner
Copy link
Contributor

Here's an example of creating an EIS endpoint for chat completion:

PUT http://localhost:9200/_inference/chat_completion/my-endpoint
{
    "service": "elastic",
    "service_settings": {
        "model_id": "model-1"
    }
}

@szabosteve szabosteve marked this pull request as ready for review January 27, 2025 13:38
@elasticsearchmachine elasticsearchmachine added the Team:ML Meta label for the ML team label Jan 27, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-docs (Team:Docs)

@szabosteve szabosteve merged commit 7837a96 into elastic:main Jan 28, 2025
5 checks passed
@szabosteve szabosteve deleted the eis-reference-docs branch January 28, 2025 10:02
@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
8.x

szabosteve added a commit to szabosteve/elasticsearch that referenced this pull request Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-backport Automatically create backport pull requests when merged >docs General docs changes :ml Machine learning Team:Docs Meta label for docs team Team:ML Meta label for the ML team v8.18.0 v9.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants