-
Notifications
You must be signed in to change notification settings - Fork 627
Update hybrid collapse documentation for 3.2 #10664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
95c31f4
47fd2de
fcc6818
13a5d13
5de45f1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -98,3 +98,25 @@ | |
| {% include copy.html %} | ||
|
|
||
| You can reload the secure settings without restarting the node by using the [Nodes Reload Secure Setings API]({{site.url}}{{site.baseurl}}/api-reference/nodes-apis/nodes-reload-secure/). | ||
|
|
||
| ## Neural Search plugin settings | ||
|
|
||
| The Neural Search plugin supports the following settings. | ||
|
|
||
| ### Cluster settings | ||
|
|
||
| The following Neural Search plugin settings apply at the cluster level: | ||
|
|
||
| - `plugins.neural_search.hybrid_search_disabled` (Dynamic, Boolean): Disables hybrid search. Default is `false`. | ||
|
||
|
|
||
| - `plugins.neural_search.stats_enabled` (Dynamic, Boolean): Enables the [Neural Search Stats API]({{site.url}}{{site.baseurl}}/vector-search/api/neural/#stats). Default is `false`. | ||
|
|
||
| ### Index settings | ||
|
|
||
| The following Neural Search plugin settings apply at the index level: | ||
|
|
||
| - `index.neural_search.semantic_ingest_batch_size` (Dynamic, integer): Specifies the number of documents batched together when generating embeddings for `semantic` fields during ingestion. Default is `10`. | ||
|
|
||
| <p id="hybrid-collapse-docs-per-group"></p> | ||
|
|
||
| - `index.neural_search.hybrid_collapse_docs_per_group_per_subquery` (Dynamic, integer): Controls how many documents are stored per group per subquery. By default, the value is set to the `size` parameter specified in the query. Lowering values prioritize latency, while higher values increase recall. Valid values are `0`--`1000`, inclusive. A value of `0` uses the `size` parameter from the query, not zero documents. | ||
|
Check failure on line 122 in _vector-search/settings.md
|
||
natebower marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Uh oh!
There was an error while loading. Please reload this page.