Mastra.listVectors()
.listVectors() 方法用于检索在 Mastra 实例中配置的所有向量存储。
🌐 The .listVectors() method is used to retrieve all vector stores that have been configured in the Mastra instance.
使用示例Direct link to 使用示例
🌐 Usage example
mastra.listVectors();
参数Direct link to 参数
🌐 Parameters
此方法不接受任何参数。
🌐 This method does not accept any parameters.
返回Direct link to 返回
🌐 Returns
vectors:
TVectors
A record of all configured vector stores, where keys are vector store names and values are vector store instances.
相关Direct link to 相关
🌐 Related