Skip to content

Commit

Permalink
Updates per review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Mujumdar <[email protected]>
  • Loading branch information
prasad-okahu committed Oct 17, 2024
1 parent f5afb64 commit 8403492
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/monocle_apptrace/metamodel/entities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Workflow ie the core application code.
#### Workflow types
- generic
- langchain
- llama_index
- llamaindex
- haystack

### MonocleEntity.Model
Expand Down
10 changes: 5 additions & 5 deletions src/monocle_apptrace/metamodel/entities/entities.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "workflow",
"attributes" : [],
"categorie": []
"categories": []
},
{
"name": "model",
Expand All @@ -15,7 +15,7 @@
"required": true
}
],
"categorie": [
"categories": [
{
"name": "llm",
"attributes" : []
Expand All @@ -33,17 +33,17 @@
{
"name": "vector_store",
"attributes" : [],
"categorie": []
"categories": []
},
{
"name": "app_hosting",
"attributes" : [],
"categorie": []
"categories": []
},
{
"name": "inference",
"attributes" : [],
"categorie": []
"categories": []
}
]
}

0 comments on commit 8403492

Please sign in to comment.