[CLOUDP-372679] Update code snippets for auto embedding for vector search#701
Merged
viveksinghggits merged 8 commits intomasterfrom Jan 19, 2026
Merged
Conversation
MCK 1.7.0 Release NotesNew Features
Bug Fixes
|
viveksinghggits
commented
Jan 13, 2026
.../search/03-search-query-usage/code_snippets/03_0437_create_auto_embed_vector_search_index.sh
Show resolved
Hide resolved
viveksinghggits
commented
Jan 13, 2026
.../search/03-search-query-usage/code_snippets/03_0437_create_auto_embed_vector_search_index.sh
Outdated
Show resolved
Hide resolved
Collaborator
Author
|
code_snippets are failing because of unavailability of mongot image that supports auto embedding. |
m1kola
approved these changes
Jan 14, 2026
lsierant
approved these changes
Jan 14, 2026
anandsyncs
approved these changes
Jan 14, 2026
fealebenpae
approved these changes
Jan 14, 2026
Contributor
fealebenpae
left a comment
There was a problem hiding this comment.
Looks good! Just please update the default search image version so you can update the snippet with the latest models mongot released with.
Collaborator
Author
Right, I am just trying to get that PR in.#703 |
281257c to
58cb4a6
Compare
58cb4a6 to
41636bc
Compare
lsierant
pushed a commit
that referenced
this pull request
Jan 23, 2026
…arch (#701) # Summary As part of this PR #680 we added support for auto embedding for vector search. In this PR we are adding code snippets for the docs. These code snippets, update the MongDBSearch resourc with `autoEmbedding` and then create vector search index of type `autoEmbed` and then run a query using the `autoEmbed` vector search index. ## Proof of Work https://spruce.mongodb.com/version/69669fa728f4aa0007937bec/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC https://spruce.mongodb.com/version/6968c948a64269000735da96/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC ## Checklist - [x] Have you linked a jira ticket and/or is the ticket in the title? - [x] Have you checked whether your jira ticket required DOCSP changes? - [x] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
As part of this PR #680 we added support for auto embedding for vector search. In this PR we are adding code snippets for the docs.
These code snippets, update the MongDBSearch resourc with
autoEmbeddingand then create vector search index of typeautoEmbedand then run a query using theautoEmbedvector search index.Proof of Work
https://spruce.mongodb.com/version/69669fa728f4aa0007937bec/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC
https://spruce.mongodb.com/version/6968c948a64269000735da96/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC
Checklist
skip-changeloglabel if not needed