-
Notifications
You must be signed in to change notification settings - Fork 73
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
DOCSP-45930 Atlas Search Query Prep #705
DOCSP-45930 Atlas Search Query Prep #705
Conversation
✅ Deploy Preview for docs-compass ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -97,8 +95,6 @@ Atlas Vector Search indexes enable you to index vector data *and* other data | |||
types, which facilitates semantic searches on the indexed fields. For more | |||
information, see :ref:`compass-create-vector-search`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the Atlas docs, this ref and the ref above will link to the corresponding Atlas Search & Vector Search Index creation pages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Atlas Vector Search page link: https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-type/#create-an-atlas-vector-search-index
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this link will be swapped out in https://github.com/10gen/cloud-docs/pull/6554 since the change will only pertain to Data Explorer
@@ -81,8 +81,6 @@ Create an Index | |||
|
|||
.. include:: /includes/shared/steps/create-index.rst | |||
|
|||
.. BEGIN-COMPASS-ONLY | |||
|
|||
Create an Atlas Search Index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're restoring this information here, so users on Data Explorer are directed to the correct place to create Search/Vector Search indexes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create a Search Index Page for Atlas: https://www.mongodb.com/docs/atlas/atlas-search/create-index/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this link will be swapped out in https://github.com/10gen/cloud-docs/pull/6554 since the change will only pertain to Data Explorer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much @ajhuh-mdb. These LGTM with a couple minor suggestions!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Ali! Just a few comments
If you use the ``$search``, ``$searchMeta``, or ``$vectorSearch`` | ||
stage, it must be the first stage in your aggregation pipeline. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is mostly true, but hybrid search is an exception when both vector and full-text search are used in the same pipeline: https://www.mongodb.com/docs/atlas/atlas-search/tutorial/hybrid-search/
Is this worth calling out here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted in Slack that this will be addressed in a follow-up ticket!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filed a followup: https://jira.mongodb.org/browse/DOCSP-46151
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
DESCRIPTION
Other fixes to resolve some final build errors in https://github.com/10gen/cloud-docs/pull/6554:
number
is referred toint32
)export-agg-builder-results
page as Compass-onlySTAGING
https://deploy-preview-705--docs-compass.netlify.app/query/atlas-search/
JIRA
https://jira.mongodb.org/browse/DOCSP-45930
Self-Review Checklist
External Review Requirements
What's expected of an external reviewer?