-
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.
- Loading branch information
Showing
5 changed files
with
36 additions
and
35 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
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 |
---|---|---|
@@ -1,28 +1,27 @@ | ||
# 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. | ||
This folder contains the microservices that implement the [use cases](https://iappwksp.com/wksp/05-use-cases/) for intelligent apps using the Miyagi sample. | ||
|
||
## Use cases implemented | ||
|
||
# Miyagi Services | ||
### Generative AI | ||
|
||
This folder contains the microservices that implement the [use cases](https://iappwksp.com/wksp/05-use-cases/) for intelligent apps using Miyagi sample. | ||
| Use Case | Subfolder | | ||
|----------|-----------| | ||
| Synthesis & Summarization | [recommendation-service](./recommendation-service/dotnet/) | | ||
| Images | [reddog-repo](https://github.com/Azure/reddog-solutions) [inference](https://huggingface.co/thegovind/reddogpillmodel512) | | ||
| Code | [sql-code-gen.ipynb](../sandbox/generative/code-gen/sk-c#/sql-code-gen.ipynb) | | ||
| Chat (Q&A) | [sk-copilot-chat-api](../services/sk-copilot-chat-api/) | | ||
| Synthetic data | [user-service](./user-service/java/) | | ||
|
||
## Use cases implemented | ||
### Discriminative | ||
|
||
| 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 | | | ||
| Use Case | Subfolder | | ||
|----------|-----------| | ||
| Classification | [expense-service](./expense-service/python/) | | ||
| Translation | | | ||
| Analysis | [./expense-service](./expense-service/python/) | | ||
| Entity Extraction |[Memory usecase](../sandbox/experiments/langchain/Memory_Usecases.ipynb) | | ||
| Anomaly Detection | | | ||
|
||
> Please note that some use cases are currently under development and do not yet have associated subfolders. | ||
|
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