Skip to content

Commit

Permalink
Feature/notebook bing search (microsoft#1729)
Browse files Browse the repository at this point in the history
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->


### Description
I have added a new notebook to show how to bring search functionality in
SK


### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [x] The code builds clean without any errors or warnings
- [x] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [x] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

---------

Co-authored-by: newton.mallick <newton.mallick@celebaltech.com>
Co-authored-by: Gina Triolo <51341242+gitri-ms@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 5, 2023
1 parent c3ccefc commit 5a017ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -476,4 +476,5 @@ playwright-report/

# Static Web App deployment config
swa-cli.config.json
**/copilot-chat-app/webapp/build
**/copilot-chat-app/webapp/build
**/copilot-chat-app/webapp/node_modules

0 comments on commit 5a017ba

Please sign in to comment.