Skip to content

Commit

Permalink
Remove unused nodes from Chat workflow JSON configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgi committed Jan 13, 2025
1 parent fb99bbf commit a6436bf
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions src/nodetool/workflows/examples/Chat with docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,60 +10,6 @@
"thumbnail_url": null,
"graph": {
"nodes": [
{
"id": "cf57ce8c-cb13-4b38-bd6a-33bd10c952f1",
"parent_id": null,
"type": "chroma.embedding_functions.SentenceTransformerEmbeddingFunction",
"data": {
"model": "all-MiniLM-L6-v2"
},
"ui_properties": {
"selected": false,
"position": {
"x": 50,
"y": 258
},
"zIndex": 0,
"width": 200,
"selectable": true
}
},
{
"id": "1",
"parent_id": null,
"type": "chroma.collections.Collection",
"data": {
"name": "notes"
},
"ui_properties": {
"selected": false,
"position": {
"x": 280,
"y": 254
},
"zIndex": 0,
"width": 197,
"selectable": true
}
},
{
"id": "3",
"parent_id": null,
"type": "chroma.query.QueryDocuments",
"data": {
"n_results": 5
},
"ui_properties": {
"selected": false,
"position": {
"x": 537,
"y": 301
},
"zIndex": 0,
"width": 153,
"selectable": true
}
},
{
"id": "4",
"parent_id": null,
Expand Down

0 comments on commit a6436bf

Please sign in to comment.