Skip to content

Commit

Permalink
Align AzureBlobs:Container to chatmemory in memorypipeline's settings (
Browse files Browse the repository at this point in the history
…microsoft#1077)

### Motivation and Context
The value for AzureBlobs:Container differs between webapi and
memorypipeline in the appsettings.json file, which prevents the two from
working together.

### Description
Align AzureBlobs:Container to chatmemory in memorypipeline's settings

### Contribution Checklist
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [Contribution
Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
  • Loading branch information
glahaye authored Jul 24, 2024
1 parent abb1b12 commit b13d9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memorypipeline/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"Auth": "ConnectionString",
//"ConnectionString": "", // dotnet user-secrets set "SemanticMemory:Services:AzureBlobs:ConnectionString" "MY_AZUREBLOB_CONNECTIONSTRING"
//"Account": "",
"Container": "memorypipeline"
"Container": "chatmemory"
//"EndpointSuffix": "core.windows.net"
},
//
Expand Down

0 comments on commit b13d9fc

Please sign in to comment.