Skip to content

Conversation

@ioanatia
Copy link
Contributor

@ioanatia ioanatia commented Aug 28, 2025

this is a draft, this is not finalized by any means.
among other things, we need to settle on the format of the payload first, but wanted to show what's possible to track right now.

example of payload:

    "semantic_text": {
      "total_fields": 5, // total number of semantic_text fields in all indices
      "indices": 4, // number of indices that have at least one semantic_text field
      "dense_fields": 0, // how many of them use dense embeddings
      "dense_inference_ids": 0, // how many text_embedding inference IDs are used by semantic_text fields
      "sparse_fields": 5, // how many semantic_text fields use sparse embeddings
      "sparse_inference_ids": 1 // how many sparse_embedding inference IDs are used by semantic_text fields
    }

the one thing I have not added is tracking what services are for the inference endpoints, but it should be completely doable since we have that informantion in ModelConfigurations.

@ioanatia ioanatia added >non-issue :SearchOrg/Relevance Label for the Search (solution/org) Relevance team Team:Search - Relevance The Search organization Search Relevance team v9.2.0 labels Aug 28, 2025
@ioanatia
Copy link
Contributor Author

ioanatia commented Sep 2, 2025

going to close this since @dimitris-athanasiou is going to look into it

@ioanatia ioanatia closed this Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>non-issue :SearchOrg/Relevance Label for the Search (solution/org) Relevance team Team:Search - Relevance The Search organization Search Relevance team v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant