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

Copilot Chat: Include doc memory in upload/download a bot file #711

Merged
merged 7 commits into from May 2, 2023

Conversation

Vivihung
Copy link
Member

Motivation and Context

Include doc memory in upload/download a bot file.

Description

  1. Add a document embedding filed into the bot schema.
  2. Include doc memory when downloading a bot file. For user scope doc memory, the user object id will be replaced by chat id as a workaround. Eventually, we want to make doc memory to chat session scope.
  3. Import the doc embedding as regular chat session embeddings. (We don't use the doc memory collection name when import. Things will get clear when we move doc memory to chat session scope.)

Contribution Checklist

@github-actions github-actions bot added kernel Issues or pull requests impacting the core kernel samples labels Apr 28, 2023
@Vivihung Vivihung added PR: ready for review All feedback addressed, ready for reviews and removed kernel Issues or pull requests impacting the core kernel labels Apr 28, 2023
@Vivihung Vivihung changed the title Include doc memory in upload/download a bot file Copilot Chat: Include doc memory in upload/download a bot file Apr 28, 2023
@adrianwyatt adrianwyatt self-assigned this Apr 28, 2023
@adrianwyatt adrianwyatt added PR: feedback to address Waiting for PR owner to address comments/questions and removed PR: ready for review All feedback addressed, ready for reviews labels Apr 28, 2023
@Vivihung Vivihung added PR: ready for review All feedback addressed, ready for reviews and removed PR: feedback to address Waiting for PR owner to address comments/questions labels May 1, 2023
TaoChenOSU
TaoChenOSU previously approved these changes May 1, 2023
@adrianwyatt adrianwyatt added PR: feedback to address Waiting for PR owner to address comments/questions and removed PR: ready for review All feedback addressed, ready for reviews labels May 1, 2023
@Vivihung Vivihung added PR: ready for review All feedback addressed, ready for reviews and removed PR: feedback to address Waiting for PR owner to address comments/questions labels May 2, 2023
@adrianwyatt adrianwyatt merged commit 13e8031 into microsoft:main May 2, 2023
11 checks passed
codebrain pushed a commit to searchpioneer/semantic-kernel that referenced this pull request May 16, 2023
…soft#711)

### Motivation and Context
Include doc memory in upload/download a bot file.

### Description
1. Add a document embedding filed into the bot schema. 
2. Include doc memory when downloading a bot file. For user scope doc
memory, the user object id will be replaced by chat id as a workaround.
Eventually, we want to make doc memory to chat session scope.
3. Import the doc embedding as regular chat session embeddings. (We
don't use the doc memory collection name when import. Things will get
clear when we move doc memory to chat session scope.)
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
…soft#711)

### Motivation and Context
Include doc memory in upload/download a bot file.

### Description
1. Add a document embedding filed into the bot schema. 
2. Include doc memory when downloading a bot file. For user scope doc
memory, the user object id will be replaced by chat id as a workaround.
Eventually, we want to make doc memory to chat session scope.
3. Import the doc embedding as regular chat session embeddings. (We
don't use the doc memory collection name when import. Things will get
clear when we move doc memory to chat session scope.)
golden-aries pushed a commit to golden-aries/semantic-kernel that referenced this pull request Oct 10, 2023
…soft#711)

### Motivation and Context
Include doc memory in upload/download a bot file.

### Description
1. Add a document embedding filed into the bot schema. 
2. Include doc memory when downloading a bot file. For user scope doc
memory, the user object id will be replaced by chat id as a workaround.
Eventually, we want to make doc memory to chat session scope.
3. Import the doc embedding as regular chat session embeddings. (We
don't use the doc memory collection name when import. Things will get
clear when we move doc memory to chat session scope.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready for review All feedback addressed, ready for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants