feat(editor): Add info boxes to some of AI sub-categories (no-changelog) (#10177)
This commit is contained in:
@@ -1018,6 +1018,9 @@
|
||||
"nodeCreator.subcategoryDescriptions.tools": "Utility components providing various functionalities.",
|
||||
"nodeCreator.subcategoryDescriptions.vectorStores": "Handles storage and retrieval of vector representations.",
|
||||
"nodeCreator.subcategoryDescriptions.miscellaneous": "Other AI related nodes.",
|
||||
"nodeCreator.subcategoryInfos.languageModels": "Chat models are designed for interactive conversations and follow instructions well, while text completion models focus on generating continuations of a given text input",
|
||||
"nodeCreator.subcategoryInfos.memory": "Memory allows an AI model to remember and reference past interactions with it",
|
||||
"nodeCreator.subcategoryInfos.vectorStores": "Vector stores allow an AI model to reference relevant pieces of documents, useful for question answering and document search",
|
||||
"nodeCreator.subcategoryNames.appTriggerNodes": "On app event",
|
||||
"nodeCreator.subcategoryNames.appRegularNodes": "Action in an app",
|
||||
"nodeCreator.subcategoryNames.dataTransformation": "Data transformation",
|
||||
|
||||
Reference in New Issue
Block a user