-
Notifications
You must be signed in to change notification settings - Fork 107
Add Elasticsearch semantic search getting started guide #1922
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
base: main
Are you sure you want to change the base?
Conversation
🔍 Preview links for changed docs:
🔔 The preview site may take up to 3 minutes to finish building. These links will become live once it completes. |
Love the overall structure and the use of the stepper! |
+1 on the stepper You can hosts gifs on Contentstack as well in case we don't want too heavy files stored in GH |
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 great, thank you for creating it! I left a couple of comments, mostly nits.
solutions/search/serverless-elasticsearch-get-started-semantic.md
Outdated
Show resolved
Hide resolved
solutions/search/serverless-elasticsearch-get-started-semantic.md
Outdated
Show resolved
Hide resolved
"_id": "Pp0MtJcBZjjo1YKoXkWH", | ||
"_score": 11.389743, | ||
"_source": { | ||
"text": "Rocky Mountain National Park ... |
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.
Should this be closed?
"text": "Rocky Mountain National Park ... | |
"text": "Rocky Mountain National Park ..." |
Co-authored-by: István Zoltán Szabó <[email protected]>
Co-authored-by: István Zoltán Szabó <[email protected]>
This PR aims to port content from https://www.elastic.co/getting-started/enterprise-search/build-a-semantic-search-experience into the https://www.elastic.co/docs/solutions/search/get-started section of the documentation.
Some significant changes include:
NOTE: To align with #1929, the new semantic search page is grouped into a serverless quickstart section. I think after all the serverless guides are migrated into this section we can revisit how/if the content can be combined with the API quickstarts.