Skip to content

Commit c6360fa

Browse files
Update _posts/2025-05-15-optimized-inference-processors.md
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Will Hwang <[email protected]>
1 parent 00bdb79 commit c6360fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-05-15-optimized-inference-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PUT /_ingest/pipeline/optimized-ingest-pipeline
8585

8686
### Sparse encoding processor
8787

88-
The [`sparse_encoding` processor](https://docs.opensearch.org/docs/latest/ingest-pipelines/processors/sparse-encoding/) generates sparse vectors from text fields, used in neural sparse retrieval.
88+
The [`sparse_encoding` processor](https://docs.opensearch.org/docs/latest/ingest-pipelines/processors/sparse-encoding/) generates sparse vectors from text fields used in neural sparse retrieval.
8989

9090
* **Optimization behavior**: If the text fields in `field_map` are unchanged, the processor skips inference and reuses the existing sparse encoding.
9191

0 commit comments

Comments
 (0)