-
Notifications
You must be signed in to change notification settings - Fork 229
[Teams Bot] Evaluation for AI search knowledge and the reference #13694
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
95793bf
bot reference evaluator
chunyu3 a65cf4a
Merge branch 'main' of https://github.com/Azure/azure-sdk-tools into …
chunyu3 a07d99e
Merge branch 'main' of https://github.com/Azure/azure-sdk-tools into …
chunyu3 8b15b6d
use title and url to refer a reference
chunyu3 931257e
remove unused code
chunyu3 4883380
change url to link
chunyu3 4615d51
Merge branch 'main' of https://github.com/Azure/azure-sdk-tools into …
chunyu3 b81a72f
add knowledges
chunyu3 8e01809
record knowledges
chunyu3 019df12
enable evaluation for knowledges from ai search
chunyu3 375afb4
handle duplicate references
chunyu3 d85dc4d
handle matched reference in unexpected_references issue
chunyu3 25397c3
update the evaluation tests to include expected knowledge and references
chunyu3 8dfcadb
add suppress logic
chunyu3 406444e
resolve comment
chunyu3 3722257
show warning
chunyu3 259b0d7
update test cases
chunyu3 aae1d45
update the testcases
chunyu3 d86a928
refine baseline
chunyu3 a7096a6
refine baseline
chunyu3 d92b50d
Merge branch 'bot-evals' of https://github.com/chunyu3/azure-sdk-tool…
chunyu3 06535e4
update the reference and knowledge in evaluation tests
chunyu3 4480ccb
Merge branch 'bot-evals' of https://github.com/chunyu3/azure-sdk-tool…
chunyu3 d304d78
re-build baseline
chunyu3 ba37efa
define verificationResult enum
chunyu3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
tools/sdk-ai-bots/azure-sdk-qa-bot-evaluation/eval/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| from .evaluator.azure_bot_evaluator import AzureBotEvaluator | ||
| from .evaluator.azure_bot_reference_evaluator import AzureBotReferenceEvaluator | ||
|
|
||
| __all__ = ["AzureBotEvaluator"] | ||
| __all__ = [ | ||
| "AzureBotEvaluator", | ||
| "AzureBotReferenceEvaluator" | ||
| ] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.