Semantic search in Amazon OpenSearch Service
Starting with version 2.19, you can use automatic semantic enrichment to implement semantic search with minimal configuration effort. This feature automatically generates sparse encoding for your text fields, eliminating the need for manual ingestion pipeline setup. For details, see Automatic Semantic Enrichment in the OpenSearch documentation.
Starting with OpenSearch version 2.9, you can use semantic search to help you understand
search queries and improve search relevance. You can use semantic search in one of two ways
– with neural search
With OpenSearch Service, you can set up AI connectors for AWS services and external services. Using the console, you can also create an ML model with a CloudFormation template. For more information, see Using CloudFormation to set up remote inference for semantic search.
For full documentation of semantic search, including a step-by-step guide to use semantic
search, see Semantic search