Skip to content

Commit 4932f2c

Browse files
authored
Fix typo in neural-sparse-with-pipelines.md (#10701)
`ran_features` should be `rank_features` Signed-off-by: Matt Janssen <github@mattjanssen.com>
1 parent e032b90 commit 4932f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_vector-search/ai-search/neural-sparse-with-pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ GET /my-nlp-index/_mapping
518518
```
519519
{% include copy-curl.html %}
520520

521-
An object field named `passage_text_semantic_info` is automatically created. It includes a `ran_features` subfield for storing the embedding, along with additional text fields for capturing model metadata.
521+
An object field named `passage_text_semantic_info` is automatically created. It includes a `rank_features` subfield for storing the embedding, along with additional text fields for capturing model metadata.
522522

523523
### Step 3: Ingest documents into the index
524524

@@ -698,4 +698,4 @@ To mitigate throttling exceptions, decrease the maximum number of connections sp
698698

699699
- To learn how to use custom neural sparse search configurations, see [Using custom configurations for neural sparse search]({{site.url}}{{site.baseurl}}/vector-search/ai-search/neural-sparse-custom/).
700700
- To learn more about improving retrieval time for neural sparse search, see [Accelerating neural sparse search]({{site.url}}{{site.baseurl}}/search-plugins/neural-sparse-search/#accelerating-neural-sparse-search).
701-
- To learn how to build AI search applications, explore our [tutorials]({{site.url}}{{site.baseurl}}/vector-search/tutorials/).
701+
- To learn how to build AI search applications, explore our [tutorials]({{site.url}}{{site.baseurl}}/vector-search/tutorials/).

0 commit comments

Comments
 (0)