fix: AI Gallery Standard Validation #88
Merged
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.
Related to issue #87
This pull request includes changes to the
.github/workflows/stale-bot.yml
,README.md
, andazure-dev.yaml
files. The most important changes include the removal of the stale bot workflow, the addition of a features section and guidance section to the README, and the addition of a newazure-dev.yaml
file.Removal of stale bot workflow:
.github/workflows/stale-bot.yml
: The entire stale bot workflow has been removed. This means that issues and PRs will no longer be automatically closed after a certain period of inactivity.Additions to the README:
README.md
: A new "Features" section has been added, highlighting the key features of the application, such as its serverless architecture, Retrieval-Augmented Generation (RAG), scalability and cost-effectiveness, and support for local development.README.md
: A new "Guidance" section has been added, providing a link to a more detailed tutorial on how to use the sample.Addition of a new file:
azure-dev.yaml
: This file was renamed fromdeploy.yamo to
azure-dev.yaml` to the project. It appears to be a configuration file for Azure development, specifying details about the services used in the application, such as the webapp and api, and the hooks for predeployment, postprovision, and postup.