-
Couldn't load subscription status.
- Fork 19
[DOC-12001] Moving some links around to try and resolve the original complaint. #294
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
Conversation
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 a couple of comments! Let me know if I misunderstood something, and I'll come and approve because the rest LGTM.
| . (Optional) Create another child field on the new collection type mapping for any additional fields you want to return in your search results. | ||
| + | ||
| For example, you could add the text field that you used to generate your vector embeddings. | ||
| For more information about how to create child fields, see xref:search:create-child-field.adoc[]. |
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.
| For more information about how to create child fields, see xref:search:create-child-field.adoc[]. |
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.
I believe this is a repeated sentence? You have this sentence on line 85.
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.
Nope, I want this here, too, since they need to create another child field in this step, too.
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.
Ok noted.
| + | ||
| For more information about how to create type mappings, see xref:search:create-type-mapping.adoc[]. | ||
| . Create a child field mapping on the new collection type mapping: | ||
| .. In the *Field* field, enter the name of the field in your documents that contains your vector embeddings. |
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 *Field* field, enter the name of the field in your documents that contains your vector embeddings. | |
| .. In *Field*, enter the name of the field in your documents that contains your vector embeddings. |
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.
The original sentence is fine. I included this in the review because I wanted to try another option to reduce the number of "fields", but again, just a suggestion!
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.
Yeah I considered that, but then it loses parity with the rest of the sentences and feels strange to me.
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.
No problem, I'll go approve!
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.
Comments were discussed - the changes LGTM!
Not much I can do about the "field" 3 times in a sentence but we're trying out here.