OfficeDev / TeamsFx

Developer tools for building Teams apps
Other
425 stars 163 forks source link

feat: add custom-copilot-rag-aisearch python template #11212

Closed frankqianms closed 1 month ago

frankqianms commented 1 month ago

workitem: https://msazure.visualstudio.com/Microsoft%20Teams%20Extensibility/_workitems/edit/26310353 https://msazure.visualstudio.com/Microsoft%20Teams%20Extensibility/_workitems/edit/27350863 E2E TEST: N/A

Creating a new custom copilot RAG Azure AI search bot app using python: image image image image image

Run the setup script: image Conversation with bot: image

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.26%. Comparing base (54a90c7) to head (f111b9b). Report is 30 commits behind head on dev.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11212/graphs/tree.svg?width=650&height=150&src=pr&token=QQX8WVOEC3&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev)](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11212?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev) ```diff @@ Coverage Diff @@ ## dev #11212 +/- ## ========================================== + Coverage 87.21% 87.26% +0.05% ========================================== Files 454 458 +4 Lines 27619 27909 +290 Branches 5544 5613 +69 ========================================== + Hits 24087 24354 +267 - Misses 1778 1782 +4 - Partials 1754 1773 +19 ``` | [Files](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11212?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev) | Coverage Δ | | |---|---|---| | [packages/fx-core/src/question/constants.ts](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11212?src=pr&el=tree&filepath=packages%2Ffx-core%2Fsrc%2Fquestion%2Fconstants.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev#diff-cGFja2FnZXMvZngtY29yZS9zcmMvcXVlc3Rpb24vY29uc3RhbnRzLnRz) | `100.00% <100.00%> (ø)` | | | [packages/fx-core/src/question/create.ts](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11212?src=pr&el=tree&filepath=packages%2Ffx-core%2Fsrc%2Fquestion%2Fcreate.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev#diff-cGFja2FnZXMvZngtY29yZS9zcmMvcXVlc3Rpb24vY3JlYXRlLnRz) | `92.28% <ø> (+0.62%)` | :arrow_up: | | [...-core/src/question/options/CreateProjectOptions.ts](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11212?src=pr&el=tree&filepath=packages%2Ffx-core%2Fsrc%2Fquestion%2Foptions%2FCreateProjectOptions.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev#diff-cGFja2FnZXMvZngtY29yZS9zcmMvcXVlc3Rpb24vb3B0aW9ucy9DcmVhdGVQcm9qZWN0T3B0aW9ucy50cw==) | `100.00% <ø> (ø)` | | ... and [33 files with indirect coverage changes](https://app.codecov.io/gh/OfficeDev/TeamsFx/pull/11212/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OfficeDev)
frankqianms commented 1 month ago

indexers/__init__.py is empty, do we need this file?

modified folder structure. removed it