-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* metamode updates Added model name to type and updated docs Signed-off-by: Prasad Mujumdar <[email protected]> * Updates per review feedback Signed-off-by: Prasad Mujumdar <[email protected]> --------- Signed-off-by: Prasad Mujumdar <[email protected]>
- Loading branch information
1 parent
086b223
commit 94fa87d
Showing
14 changed files
with
241 additions
and
251 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
29 changes: 29 additions & 0 deletions
29
src/monocle_apptrace/metamodel/entities/app_hosting_types.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,29 @@ | ||
{ | ||
"entity" : "app_hosting", | ||
"types": [ | ||
{ | ||
"name": "aws_lambda", | ||
"attributes" : [] | ||
}, | ||
{ | ||
"name": "aws_sagemaker", | ||
"attributes" : [] | ||
}, | ||
{ | ||
"name": "azure_func", | ||
"attributes" : [] | ||
}, | ||
{ | ||
"name": "azure_mlw", | ||
"attributes" : [] | ||
}, | ||
{ | ||
"name": "github_codespace", | ||
"attributes" : [] | ||
}, | ||
{ | ||
"name": "generic", | ||
"attributes" : [] | ||
} | ||
] | ||
} |
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,49 @@ | ||
{ | ||
"description": "Monocle entities represents kinds GenAI technology components and their implementations supported by Monocle", | ||
"monocle_entities": [ | ||
{ | ||
"name": "workflow", | ||
"attributes" : [], | ||
"categories": [] | ||
}, | ||
{ | ||
"name": "model", | ||
"attributes" : [ | ||
{ | ||
"attribute_name": "model_name", | ||
"attribute_description": "Model name", | ||
"required": true | ||
} | ||
], | ||
"categories": [ | ||
{ | ||
"name": "llm", | ||
"attributes" : [] | ||
}, | ||
{ | ||
"name": "embedding", | ||
"attributes" : [] | ||
}, | ||
{ | ||
"name": "generic", | ||
"attributes" : [] | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "vector_store", | ||
"attributes" : [], | ||
"categories": [] | ||
}, | ||
{ | ||
"name": "app_hosting", | ||
"attributes" : [], | ||
"categories": [] | ||
}, | ||
{ | ||
"name": "inference", | ||
"attributes" : [], | ||
"categories": [] | ||
} | ||
] | ||
} |
157 changes: 0 additions & 157 deletions
157
src/monocle_apptrace/metamodel/entities/entity_types.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.