Skip to content
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

.Net: VectorStores: Create sample showing embedding decorator #9483

Closed
westey-m opened this issue Oct 31, 2024 · 0 comments
Closed

.Net: VectorStores: Create sample showing embedding decorator #9483

westey-m opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
Ignite Features planned for next Ignite conference memory connector .NET Issue or Pull requests regarding .NET code sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)

Comments

@westey-m
Copy link
Contributor

No description provided.

@westey-m westey-m added .NET Issue or Pull requests regarding .NET code Ignite Features planned for next Ignite conference memory connector labels Oct 31, 2024
@westey-m westey-m self-assigned this Oct 31, 2024
@westey-m westey-m moved this to Sprint: Planned in Semantic Kernel Oct 31, 2024
@github-actions github-actions bot changed the title .net: VectorStores: Create sample showing embedding decorator .Net: VectorStores: Create sample showing embedding decorator Oct 31, 2024
@westey-m westey-m removed the triage label Oct 31, 2024
@evchaki evchaki added the sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community) label Oct 31, 2024
github-merge-queue bot pushed a commit that referenced this issue Nov 4, 2024
…eddings. (#9502)

### Motivation and Context

Generating embeddings directly every time can be frustrating and it's
nice to hide this functionality away from the main code

#9483

### Description

Adding a sample that shows how to create a set of decorator classes for
Vector Stores to automatically generate embeddings on upsert and when
using VectorizableTextSearch.

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
@westey-m westey-m closed this as completed Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ignite Features planned for next Ignite conference memory connector .NET Issue or Pull requests regarding .NET code sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Projects
Archived in project
Development

No branches or pull requests

3 participants