mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
feat: update node name
This commit is contained in:
parent
4ab2b39c62
commit
8f01eee191
|
@ -15,14 +15,14 @@ import { getConnectionHintNoticeField } from '@utils/sharedFields';
|
||||||
|
|
||||||
export class ToolVectorStore implements INodeType {
|
export class ToolVectorStore implements INodeType {
|
||||||
description: INodeTypeDescription = {
|
description: INodeTypeDescription = {
|
||||||
displayName: 'Vector Store QA Tool',
|
displayName: 'Vector Store Question Answer Tool',
|
||||||
name: 'toolVectorStore',
|
name: 'toolVectorStore',
|
||||||
icon: 'fa:database',
|
icon: 'fa:database',
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: [1],
|
version: [1],
|
||||||
description: 'Answers queries on vector store and summarizes response',
|
description: 'Answer questions with a vector store',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Vector Store QA Tool',
|
name: 'Answer questions with a vector store',
|
||||||
},
|
},
|
||||||
codex: {
|
codex: {
|
||||||
categories: ['AI'],
|
categories: ['AI'],
|
||||||
|
|
Loading…
Reference in a new issue