Interface ToolVectorStoreNodeParameters

Source
interface ToolVectorStoreNodeParameters {
    description?: string;
    name?: string;
    topK?: number;
}

Properties§

Source§

readonly description?: string

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}

Source§

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.

Source§

readonly topK?: number

The maximum number of results to return Default: 4