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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update approach for skipping "summarize" step for memory pipeline #397

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

crickman
Copy link
Contributor

Motivation and Context

Change to memory pipeline to skip summarize step is being reverted. This is the recommended approach.

Contribution Checklist

@github-actions github-actions bot added webapi Pull requests that update .net code PR: ready for review labels Sep 25, 2023
@crickman crickman self-assigned this Sep 25, 2023
@crickman crickman added bug Something isn't working memory Issues or questions related to memory labels Sep 25, 2023
@crickman crickman added this pull request to the merge queue Sep 25, 2023
Merged via the queue into main with commit cb9083e Sep 25, 2023
7 checks passed
@crickman crickman deleted the fix-pipelinesteps branch September 25, 2023 18:30
@@ -20,6 +20,8 @@ namespace CopilotChat.WebApi.Extensions;
/// </summary>
internal static class ISemanticMemoryClientExtensions
{
private static readonly List<string> pipelineSteps = new() { "extract", "partition", "gen_embeddings", "save_embeddings" };
Copy link
Contributor

Choose a reason for hiding this comment

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

FYI there's a constant with these values: Constants.PipelineWithoutSummary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working memory Issues or questions related to memory webapi Pull requests that update .net code
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants