-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add custom-copilot-rag-aisearch python template (#11212)
* feat: enable options * feat: add template pj files * fix: bad template name * feat: enable capabilities * fix: update codes * fix: make repo tpl * fix: bad tpl * fix: remove customize rag * fix: img resources * fix: unit tests * fix: bad generated files * fix: change scripts location and modify readme * fix: webignore * fix: readme * fix: bad return formmat * fix: bad tpl suffix * fix: modified * fix: folder structure * fix: naming * fix: requirements * fix: bad grammar * fix: fix * fix: bad cmd path * feat: python code owner
- Loading branch information
1 parent
95cbc7d
commit b0413b5
Showing
43 changed files
with
1,681 additions
and
53 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains 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 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 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 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 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 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 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
15 changes: 15 additions & 0 deletions
15
templates/python/custom-copilot-rag-azure-ai-search/.gitignore
This file contains 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# TeamsFx files | ||
env/.env.*.user | ||
env/.env.local | ||
env/.env.testtool | ||
.env | ||
appPackage/build | ||
|
||
# python virtual environment | ||
.venv/ | ||
__pycache__/ | ||
|
||
# others | ||
.deployment/ | ||
node_modules/ | ||
devTools/*.log |
6 changes: 6 additions & 0 deletions
6
templates/python/custom-copilot-rag-azure-ai-search/.vscode/extensions.json
This file contains 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"recommendations": [ | ||
"TeamsDevApp.ms-teams-vscode-extension", | ||
"ms-python.python" | ||
] | ||
} |
Oops, something went wrong.