-
Notifications
You must be signed in to change notification settings - Fork 4k
Python: Added Brave search capability in SK(python) based on PR #9632 #11531
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
Conversation
python/semantic_kernel/connectors/search_engine/brave_connector.py
Outdated
Show resolved
Hide resolved
Python Unit Test Overview
|
Reorganizes Brave Search connector by merging files into a single module for improved maintainability. Consolidates settings, response, and web page models. Updates imports and retains functionality.
…plugin implementation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the sample needs a bit of love, otherwise looks great, thanks!
4f942b2
to
26179d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two small things in the sample and then it LGTM
@eavanvalkenburg |
@N-E-W-T-O-N, the required GitHub jobs to run the workflow were never created. Can you push a dummy commit so the CI jobs are created? Something like: git commit --allow-empty -m "CI: retrigger"
git push |
@eavanvalkenburg |
A vector index based error is occurred in pre merge integration test |
Yes. I’m aware. Need to investigate what’s going on. |
Thank you for your contribution, @N-E-W-T-O-N. We greatly appreciate it. |
…soft#9632 (microsoft#11531) ### Motivation and Context Added BRAVE SEARCH CAPABILITIES in Semantic Kernel Python based on PR microsoft#11308 . ### Description - Introduce BraveConnector & BraveSearch for Brave Search API integration, - BraveSettings and response models were added, respectively. - Add unit Tests ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄 --------- Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com>
Motivation and Context
Added BRAVE SEARCH CAPABILITIES in Semantic Kernel Python based on PR #11308 .
Description
Contribution Checklist