diff --git a/doc/development/ai_features/embeddings.md b/doc/development/ai_features/embeddings.md index 9f22b511e450fbd2fe615d15b8f97b71db49fcb2..35fba125ba81acaed60dc211c7727b3f92da475a 100644 --- a/doc/development/ai_features/embeddings.md +++ b/doc/development/ai_features/embeddings.md @@ -110,14 +110,10 @@ It respects a rate limit of 450 embeddings per minute. Reach out to `@maddievn` If the following returns 0, all issues for the project have embeddings: -<details><summary>Expand</summary> - ```shell curl "http://localhost:9200/gitlab-development-issues/_count" \ --header "Content-Type: application/json" \ --data '{"query": {"bool": {"filter": [{"term": {"project_id": PROJECT_ID}}], "must_not": [{"exists": {"field": "embedding"}}]}}}' | jq '.count' ``` -</details> - Replacing `PROJECT_ID` with your project ID.