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

Fix index name in bitmap filtering docs #9032

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

russcam
Copy link

@russcam russcam commented Jan 8, 2025

Description

Fix the name of the index used in some examples so that it is consistent with the surrounding documentation.

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

github-actions bot commented Jan 8, 2025

Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged.

Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer.

When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review.

Copy link
Collaborator

@kolchfa-aws kolchfa-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for making the docs better, @russcam! A small suggestion to keep the requests uniform.

_query-dsl/term/terms.md Outdated Show resolved Hide resolved
_query-dsl/term/terms.md Outdated Show resolved Hide resolved
_query-dsl/term/terms.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@kolchfa-aws kolchfa-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kolchfa-aws
Copy link
Collaborator

@russcam Could you fix DCO so we can merge this PR? I just removed the extra lines between the code blocks and the includes. Thanks!

@russcam
Copy link
Author

russcam commented Jan 10, 2025

@kolchfa-aws done

@kolchfa-aws
Copy link
Collaborator

Hey @russcam, looks like DCO is still failing, and you've picked up some extraneous commits. Could you please rebase and sign the commits that we want that are not signed? https://github.com/opensearch-project/documentation-website/pull/9032/checks?check_run_id=35404113474 Thanks so much!

@russcam
Copy link
Author

russcam commented Jan 12, 2025

I can fix the issue that DCO has, but it requires me to sign commits that I haven't made (2604e82, ff96083). These extraneous commits are ones that have come in from the rebasing and merging that's been applied to the branch.

I was in the process of addressing the review feedback, when GitHub was having issues, and these changes were made. A simple PR has been overcomplicated 🙂

russcam and others added 11 commits January 12, 2025 12:22
Signed-off-by: Russ Cam <[email protected]>
Signed-off-by: Russ Cam <[email protected]>
Add forward slashes to URLs

Signed-off-by: Russ Cam <[email protected]>
Signed-off-by: Russ Cam <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Russ Cam <[email protected]>
…ct#9000)

* docs: add validation requirement for message fields

Add note clarifying that at least one field must be non-null
and non-empty for successful message creation/update operations

Signed-off-by: rithin-pullela-aws <[email protected]>

* Update _ml-commons-plugin/api/memory-apis/create-message.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Rithin Pullela <[email protected]>

---------

Signed-off-by: rithin-pullela-aws <[email protected]>
Signed-off-by: Rithin Pullela <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Russ Cam <[email protected]>
…ion (opensearch-project#8982)

* Update Linear and Logistic Regression Parameters & Improve Documentation

- Add comprehensive documentation for supported:
  - Optimizers (SIMPLE_SGD, LINEAR_DECAY_SGD, etc.)
  - Objective types (ABSOLUTE_LOSS, HUBER, SQUARED_LOSS)
  - Momentum types (STANDARD, NESTEROV)
- Fix parameter name typos

Signed-off-by: rithin-pullela-aws <[email protected]>

* Update _ml-commons-plugin/algorithms.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Rithin Pullela <[email protected]>

* Added Tribuo documentation links to optimizers, Objective types, and momentum type.

Signed-off-by: rithin-pullela-aws <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: rithin-pullela-aws <[email protected]>
Signed-off-by: Rithin Pullela <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Russ Cam <[email protected]>
…h-project#9029)

* Add support for Bedrock Rerank API opensearch-project#9027

Signed-off-by: tkykenmt <[email protected]>

* Doc review

Signed-off-by: Fanit Kolchina <[email protected]>

* Change title

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* fix fieldname on Amazon Bedrock Rerank API output opensearch-project#9029

Signed-off-by: tkykenmt <[email protected]>

---------

Signed-off-by: tkykenmt <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Russ Cam <[email protected]>
…ct#9021)

* Fix incorrect documentation about query cache stats

Signed-off-by: Peter Alfonsi <[email protected]>

* Update _api-reference/nodes-apis/nodes-stats.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Peter Alfonsi <[email protected]>

---------

Signed-off-by: Peter Alfonsi <[email protected]>
Signed-off-by: Peter Alfonsi <[email protected]>
Co-authored-by: Peter Alfonsi <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Russ Cam <[email protected]>
@kolchfa-aws
Copy link
Collaborator

I think this may require an interactive rebase. Otherwise, do you want to close this PR and just raise a new one with the changes: might be easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants