-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Updating retriever-examples documentation to run validation tests on the provided snippets #116643
Updating retriever-examples documentation to run validation tests on the provided snippets #116643
Conversation
Documentation preview: |
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
Pinging @elastic/es-docs (Team:Docs) |
@elasticmachine update branch |
Will update to add an example using highlighting and inner-hits as well ( + update these references in the RRF retriever page). |
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 @pmpailis Just some cleanup suggestions, should be good to merge after this, will give a final look at preview :)
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
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.
Just some final wording and formatting tweaks. Thanks @pmpailis!
I had one question about indentation in the retriever queries. Because they have so many parentheses, I would just double check that they're as left-aligned as possible :)
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/search/search-your-data/retrievers-examples.asciidoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Liam Thompson <[email protected]>
…iidoc Co-authored-by: Liam Thompson <[email protected]>
Thank you a lot @leemthompo for all the iterations and the thorough review! :) |
…the provided snippets (elastic#116643)
…the provided snippets (elastic#116643)
…the provided snippets (elastic#116643)
Relates to #116196 ; changing
js
snippets toconsole
ones so that we can actually run validation for each provided query.cc @leemthompo