semantic-kernel
semantic-kernel copied to clipboard
.Net: Add attributes to add to a model which can be converted to a TextSearchResult
Motivation and Context
Add attributes to add to a model which can be converted to a TextSearchResult.
This allows a VectorStoreTextSearch to be created without the need to provide mappers.
Description
Contribution Checklist
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the SK Contribution Guidelines and the pre-submission formatting script raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone :smile: