Skip to content

.Net: Add Updated Memory Connector ADR and IMemoryRecordService interface with related classes. #6364

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

Merged

Conversation

westey-m
Copy link
Contributor

Adding an ADR for evolving memory connectors.

POC implementations of the included interface can be viewed here:

Related work item:
#5887

Motivation and Context

See included ADR for more motivation and context.

Description

See included ADR for more more info.

Contribution Checklist

@westey-m westey-m requested a review from a team as a code owner May 22, 2024 12:48
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel.core documentation labels May 22, 2024
@github-actions github-actions bot changed the title Add Updated Memory Connector ADR and IVectorDBRecordService interface with related classes. .Net: Add Updated Memory Connector ADR and IVectorDBRecordService interface with related classes. May 22, 2024
Copy link
Member

@eavanvalkenburg eavanvalkenburg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small note

@SergeyMenshykh
Copy link
Member

LGTM

@westey-m westey-m changed the base branch from main to feature-memory-service May 28, 2024 16:37
@westey-m westey-m requested review from a team as code owners May 28, 2024 16:37
@westey-m westey-m changed the base branch from feature-memory-service to main May 28, 2024 16:54
@westey-m westey-m changed the base branch from main to feature-memory-service May 29, 2024 16:28
@westey-m westey-m changed the title .Net: Add Updated Memory Connector ADR and IVectorDBRecordService interface with related classes. .Net: Add Updated Memory Connector ADR and IMemoryRecordService interface with related classes. May 30, 2024
Copy link
Member

@markwallace-microsoft markwallace-microsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added some minor comments bit otherwise this looks great

@stephentoub
Copy link
Member

cc: @roji, @ajcvickers

@westey-m westey-m merged commit cbf0bc7 into microsoft:feature-memory-service Jun 5, 2024
10 checks passed
westey-m added a commit that referenced this pull request Jun 5, 2024
…face with related classes. (#6364)

Adding an ADR for evolving memory connectors.

Related work item:
#5887 

### Motivation and Context

See included ADR for more motivation and context.

### Description

See included ADR for more more info.

### 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 added a commit that referenced this pull request Jun 13, 2024
…face with related classes. (#6364)

Adding an ADR for evolving memory connectors.

Related work item:
#5887 

### Motivation and Context

See included ADR for more motivation and context.

### Description

See included ADR for more more info.

### 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 added a commit that referenced this pull request Jun 17, 2024
…face with related classes. (#6364)

Adding an ADR for evolving memory connectors.

Related work item:
#5887 

### Motivation and Context

See included ADR for more motivation and context.

### Description

See included ADR for more more info.

### 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 added a commit that referenced this pull request Jun 24, 2024
…face with related classes. (#6364)

Adding an ADR for evolving memory connectors.

Related work item:
#5887 

### Motivation and Context

See included ADR for more motivation and context.

### Description

See included ADR for more more info.

### 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 added a commit that referenced this pull request Jul 5, 2024
…face with related classes. (#6364)

Adding an ADR for evolving memory connectors.

Related work item:
#5887 

### Motivation and Context

See included ADR for more motivation and context.

### Description

See included ADR for more more info.

### 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 added a commit that referenced this pull request Jul 25, 2024
…face with related classes. (#6364)

Adding an ADR for evolving memory connectors.

Related work item:
#5887 

### Motivation and Context

See included ADR for more motivation and context.

### Description

See included ADR for more more info.

### 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 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation kernel.core .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants