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

Add vector database page #6238

Merged
merged 8 commits into from
Jul 15, 2024
Merged

Add vector database page #6238

merged 8 commits into from
Jul 15, 2024

Conversation

kolchfa-aws
Copy link
Collaborator

Closes #4066

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.

Signed-off-by: Fanit Kolchina <[email protected]>
@kolchfa-aws kolchfa-aws self-assigned this Jan 22, 2024
@hdhalter hdhalter added the 2 - In progress Issue/PR: The issue or PR is in progress. label Mar 29, 2024
@hdhalter hdhalter marked this pull request as draft April 15, 2024 17:12
@hdhalter
Copy link
Contributor

@kolchfa-aws - Converting this to draft until Fanit returns from leave. FYI @ylwu-amzn

@hdhalter hdhalter added On hold and removed 2 - In progress Issue/PR: The issue or PR is in progress. labels Apr 15, 2024
Signed-off-by: Fanit Kolchina <[email protected]>
@kolchfa-aws kolchfa-aws marked this pull request as ready for review July 3, 2024 18:47
@kolchfa-aws
Copy link
Collaborator Author

@smacrakis Could you please review this PR?

Copy link
Contributor

@vagimeli vagimeli left a comment

Choose a reason for hiding this comment

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

LGTM

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

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

@kolchfa-aws Please see my comments and changes and let me know if you have any questions. Thanks!

_search-plugins/vector-search.md Outdated Show resolved Hide resolved
_search-plugins/vector-search.md Outdated Show resolved Hide resolved
_search-plugins/vector-search.md Outdated Show resolved Hide resolved
_search-plugins/vector-search.md Outdated Show resolved Hide resolved
_search-plugins/vector-search.md Outdated Show resolved Hide resolved
_search-plugins/vector-search.md Outdated Show resolved Hide resolved

#### Step 1: Create a k-NN index

First, create an index that will hold hotel data. Set `index.knn` to `true` and specify the `location` field as a `knn_vector`:
Copy link
Collaborator

Choose a reason for hiding this comment

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

"sample hotel data"?

_search-plugins/vector-search.md Outdated Show resolved Hide resolved
_search-plugins/vector-search.md Outdated Show resolved Hide resolved
_search-plugins/vector-search.md Outdated Show resolved Hide resolved
kolchfa-aws and others added 3 commits July 11, 2024 09:46
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
@kolchfa-aws kolchfa-aws merged commit a594df3 into main Jul 15, 2024
6 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 15, 2024
* Add vector database page

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

* Revise wording

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

* Add k-NN example and address feedback

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

* Update _search-plugins/vector-search.md

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Apply suggestions from code review

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

* Update _search-plugins/vector-search.md

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

* Link fix

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

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
(cherry picked from commit a594df3)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Jul 15, 2024
leanneeliatra pushed a commit to leanneeliatra/opensearch-documentation-website-forl that referenced this pull request Jul 24, 2024
* Add vector database page

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

* Revise wording

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

* Add k-NN example and address feedback

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

* Update _search-plugins/vector-search.md

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Apply suggestions from code review

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

* Update _search-plugins/vector-search.md

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

* Link fix

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

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: [email protected] <[email protected]>
sandervandegeijn pushed a commit to sandervandegeijn/documentation-website that referenced this pull request Jul 30, 2024
* Add vector database page

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

* Revise wording

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

* Add k-NN example and address feedback

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

* Update _search-plugins/vector-search.md

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Apply suggestions from code review

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

* Update _search-plugins/vector-search.md

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

* Link fix

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

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>
@kolchfa-aws kolchfa-aws deleted the vector-database branch November 21, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] Step-by-Step instructions for setting a OpenSearch to be used as a vector database
4 participants