Skip to content
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

[FEATURE] AWS Personalize Plugin integration query #483

Closed
sarboz opened this issue Dec 20, 2023 · 3 comments · Fixed by #738
Closed

[FEATURE] AWS Personalize Plugin integration query #483

sarboz opened this issue Dec 20, 2023 · 3 comments · Fixed by #738
Labels
aws enhancement New feature or request good first issue Good for newcomers

Comments

@sarboz
Copy link

sarboz commented Dec 20, 2023

I wanted to use aws personalize plugin to re-rank search results. In AWS documentation we see that we can achieve this through ext section in the request, But I couldn't find such an option in .net client.

 "ext": {
        "personalize_request_parameters": {
            "user_id": "USER ID"
            "context": { "DEVICE" : "mobile phone" }
        }
    }

Is there any way to use that plugin with .net client?

@sarboz sarboz added enhancement New feature or request untriaged labels Dec 20, 2023
@sarboz sarboz changed the title [FEATURE] [FEATURE] AWS Personalize Plugin integration query Dec 20, 2023
@dblock
Copy link
Member

dblock commented Dec 20, 2023

I think this is a feature request. You can always use the lower level HTTP API, https://github.com/opensearch-project/opensearch-net/blob/main/guides/json.md as a last resort, but if you have time maybe contribute these options to the higher level DSL?

@Xtansia Xtansia removed the untriaged label Jan 7, 2024
@Xtansia
Copy link
Collaborator

Xtansia commented Jan 7, 2024

@dblock dblock added the aws label Jan 8, 2024
@Xtansia Xtansia added the good first issue Good for newcomers label Jan 19, 2024
@kevin-donovan-zocdoc
Copy link

We are in need of a feature like this. We can use the low level client as a workaround but we prefer to use the high level client to take advantage of the extra features in there and for the type checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants