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

Azure Cognitive Search connector for Semantic Memory #747

Merged
merged 2 commits into from May 1, 2023

Conversation

dluc
Copy link
Collaborator

@dluc dluc commented May 1, 2023

Motivation and Context

Azure Cognitive Search is a managed service on Azure that allows to store data and search it using natural language.

Description

Add a new Semantic Memory Connector leveraging Azure Cognitive Search. Update the syntax example to show how it seamlessly provides ISemanticTextMemory API without the need to use embeddings.

@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel samples labels May 1, 2023
@dluc dluc added the PR: ready for review All feedback addressed, ready for reviews label May 1, 2023
@dluc dluc requested a review from hathind-ms May 1, 2023 05:36
@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
@adrianwyatt adrianwyatt self-assigned this May 1, 2023
@dluc dluc force-pushed the dluc120azurecogsearch branch 4 times, most recently from 5a76904 to f7fac42 Compare May 1, 2023 18:14
@adrianwyatt adrianwyatt enabled auto-merge (squash) May 1, 2023 19:40
@adrianwyatt adrianwyatt merged commit 87968f5 into microsoft:main May 1, 2023
11 checks passed
awharrison-28 pushed a commit to awharrison-28/semantic-kernel that referenced this pull request May 1, 2023
### Motivation and Context

Azure Cognitive Search is a managed service on Azure that allows to
store data and search it using natural language.

### Description

Add a new Semantic Memory Connector leveraging Azure Cognitive Search.
Update the syntax example to show how it seamlessly provides
`ISemanticTextMemory` API without the need to use embeddings.

Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
codebrain pushed a commit to searchpioneer/semantic-kernel that referenced this pull request May 16, 2023
Azure Cognitive Search is a managed service on Azure that allows to
store data and search it using natural language.

Add a new Semantic Memory Connector leveraging Azure Cognitive Search.
Update the syntax example to show how it seamlessly provides
`ISemanticTextMemory` API without the need to use embeddings.

Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
### Motivation and Context

Azure Cognitive Search is a managed service on Azure that allows to
store data and search it using natural language.

### Description

Add a new Semantic Memory Connector leveraging Azure Cognitive Search.
Update the syntax example to show how it seamlessly provides
`ISemanticTextMemory` API without the need to use embeddings.

Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code PR: feedback to address Waiting for PR owner to address comments/questions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants