-
Couldn't load subscription status.
- Fork 25.6k
[DOCS] Expands semantic_text docs with new ELSER endpoint #131751
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
ddc9f91
bdc3db8
2a968f6
2cd12a5
093dc57
7a088db
7fb4160
f83882a
c841481
1604a8e
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 |
|---|---|---|
|
|
@@ -37,6 +37,23 @@ the embedding generation, indexing, and query to use. | |
| [quantized](/reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-quantization) | ||
| to `bbq_hnsw` automatically. | ||
|
|
||
| {applies_to}`stack: preview 9.1` If you use the preconfigured `.elser-2-elastic` endpoint that utilizes the ELSER model as a service (ELSER on EIS), you can | ||
| set up `semantic_text` with the following API request: | ||
|
|
||
| ```console | ||
| PUT my-index-000001 | ||
| { | ||
| "mappings": { | ||
| "properties": { | ||
| "inference_field": { | ||
| "type": "semantic_text", | ||
| "inference_id": ".elser-2-elastic" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| ``` | ||
|
||
|
|
||
| If you use the preconfigured `.elser-2-elasticsearch` endpoint, you can set up | ||
| `semantic_text` with the following API request: | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.