interface ToolVectorStoreNodeParameters {
description?: string;
name?: string;
topK?: number;
}
Properties§
§
§
§
readonly description?: string
readonly name?: string
Name of the data in vector store. This will be used to fill this tool description: Useful for when you need to answer questions about [name]. Whenever you need information about [data description], you should ALWAYS use this. Input should be a fully formed question.
readonly top K?: number
The maximum number of results to return Default: 4
Describe the data in vector store. This will be used to fill this tool description: Useful for when you need to answer questions about [name]. Whenever you need information about [data description], you should ALWAYS use this. Input should be a fully formed question. Type options: {"rows":3}