Small typos in Neural Search (#1959)

* Small typos in Neural Search

* Update index.md

* Update index.md
This commit is contained in:
Naarcha-AWS 2022-11-17 09:47:31 -06:00 committed by GitHub
parent c647e4251a
commit aed479e87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ has_toc: false
The Neural Search plugin is an experimental feature. For updates on the progress of the Neural Search plugin, or if you want to leave feedback that could help improve the feature, join the discussion in the [Neural Search forum](https://forum.opensearch.org/t/feedback-neural-search-plugin-experimental-release/11501).
{: .warning}
The OpenSearch Neural Search plugin enables the integration of Machine Learning (ML) language models into user's search workloads. During ingestion and search, the Neural Search plugin transforms text into vectors. Then, Neural Search uses the transformed vectors in vector-based search."
The OpenSearch Neural Search plugin enables the integration of Machine Learning (ML) language models into your search workloads. During ingestion and search, the Neural Search plugin transforms text into vectors. Then, Neural Search uses the transformed vectors in vector-based search.
The Neural Search plugin comes bundled with OpenSearch. For more information, see [Managing plugins](({{site.url}}{{site.baseurl}}/opensearch/install/plugins#managing-plugins))
The Neural Search plugin comes bundled with OpenSearch. For more information, see [Managing plugins](({{site.url}}{{site.baseurl}}/opensearch/install/plugins#managing-plugins)).
## Ingest data with Neural Search
@ -141,7 +141,7 @@ k | integer | Number of results the k-NN search returns.
### Example request
The following example uses a search query to return to search against a "Hello World" query.
The following example uses a search query that returns vectors against a "Hello World" query:
```json