-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated folder structure to simply discovery and contributions (#121)
* updated folder structure to simply discovery and contributions * updated assets folder * removed dotnet folder from parent
- Loading branch information
Showing
533 changed files
with
147 additions
and
61 deletions.
There are no files selected for viewing
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,65 @@ | ||
# Contributing to Miyagi | ||
|
||
We welcome community contributions with issues and pull requests (PRs). Please be sure to read and follow our Code of Conduct. | ||
|
||
## Code of Conduct | ||
|
||
[Link to Code of Conduct] | ||
|
||
## Reporting Issues | ||
|
||
Navigate to [issues](https://github.com/Azure-Samples/miyagi/issues), and submit an issue with the template below. | ||
For feedback and discussions, please use the [Discussion tab](https://github.com/Azure-Samples/miyagi/discussions). | ||
|
||
Before filing a new issue, please search the list of issues to make sure it does not already exist... | ||
|
||
### Writing a Good Bug Report | ||
|
||
Good bug reports make it easier for maintainers to verify and root cause the underlying problem... | ||
|
||
## Contributing Changes | ||
|
||
Project maintainers will merge accepted code changes from contributors. All contributors should include unit tests for their changes, if applicable. Please see our [Testing Guidelines-TODO](#) for more information. | ||
|
||
### Development Environment Setup | ||
|
||
Before you start contributing, please ensure that your development environment meets the following requirements: | ||
|
||
[List of requirements and setup steps] | ||
|
||
### DOs and DON'Ts | ||
|
||
DO's: | ||
|
||
- **DO** follow the standard coding conventions... | ||
|
||
DON'Ts: | ||
|
||
[List of practices to avoid] | ||
|
||
### Breaking Changes | ||
|
||
Contributions must maintain API signature and behavioral compatibility... | ||
|
||
### Suggested Workflow | ||
|
||
We use and recommend the following workflow: | ||
|
||
1. Create an issue for your work... | ||
2. Create a personal fork of the repository on GitHub... | ||
3. In your fork, create a branch off of main (`git checkout -b mybranch`)... | ||
4. Make and commit your changes to your branch. | ||
5. Add new tests corresponding to your change, if applicable. | ||
6. Create a PR against the repository's **main** branch... | ||
7. Wait for feedback or approval of your changes from the code maintainers. | ||
8. When area owners have signed off, and all checks are green, your PR will be merged... | ||
|
||
Examples of trivial changes include minor documentation updates or changes in comments. | ||
|
||
### PR Review Process | ||
|
||
Upon submission of your PR, it will be reviewed by [number] of reviewers. The review process typically takes [time frame], but this can vary depending on the complexity of the changes and the current workload of the reviewers. | ||
|
||
### PR - CI Process | ||
|
||
The continuous integration (CI) system will automatically perform the required builds and run tests... |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Deployment steps | ||
|
||
## Prerequisites | ||
|
||
- [Azure SUbscription](https://azure.microsoft.com/en-us/free/) | ||
- [Azure OpenAI](https://aka.ms/oai/access) access with the following models | ||
- gpt-35-turbo | ||
- text-embedding-ada-002 | ||
|
||
|
||
## Deploying the solution in your Azure subscription | ||
|
||
### Deploying the solution using Azure Portal | ||
|
||
1. Click on the **Deploy to | ||
|
||
<img src="https://aka.ms/deploytoazurebutton"" alt="Deploy to Azure" /> | ||
|
||
2. Fill in the required parameters | ||
|
||
|
||
### Deploying the solution using Azure CLI | ||
|
||
1. Clone the repository | ||
|
||
```bash | ||
git clone | ||
``` | ||
2. Configure and run Deploy scripts (TODO: We welcome community contributions, see [CONTRIBUTING.md](../CONTRIBUTING.md) for details) | ||
|
||
```bash | ||
cd miyagi/deploy/infrastructure | ||
code config.json | ||
./deploy.sh | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Submodule semantic-kernel
deleted from
b24c7d
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,28 @@ | ||
# Miyagi Services | ||
|
||
This folder contains the microservices that implement the [use cases](https://iappwksp.com/wksp/05-use-cases/) for intelligent apps using Miyagi sample. | ||
|
||
## Use cases implemented | ||
|
||
# Miyagi Services | ||
|
||
This folder contains the microservices that implement the [use cases](https://iappwksp.com/wksp/05-use-cases/) for intelligent apps using Miyagi sample. | ||
|
||
## Use cases implemented | ||
|
||
| Use Case Category | Use Case | Subfolder | | ||
|-------------------|----------|-----------| | ||
| Generative AI | Synthesis | [recommendation-service](./recommendation-service) | | ||
| Generative AI | Images | [reddog](https://huggingface.co/thegovind/reddogpillmodel512) | | ||
| Generative AI | Code | [sql-code-gen.ipynb](../sandbox/generative/code-gen/sdk-c#/sql-code-gen.ipynb) | | ||
| Generative AI | Chat (Q&A) | [sk-copilot-chat-api](../sk-copilot-chat-api) | | ||
| Generative AI | Synthetic data | [user-service](./user-service) | | ||
| Discriminative | Classification | [expense-service](./expense-service) | | ||
| Discriminative | Translation | | | ||
| Discriminative | Analysis | [./expense-service](./expense-service) | | ||
| Discriminative | Entity Extraction |[Memory usecase](../sandbox/experiments/langchain/Memory_Usecases.ipynb) | | ||
| Discriminative | Anomaly Detection | | | ||
|
||
> Please note that some use cases are currently under development and do not yet have associated subfolders. | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
dotnet/recommendation-service/README.MD → ...s/recommendation-service/dotnet/README.MD
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.