> Discover all available pages from the documentation index: https://mastra.zisheng.pro/llms.txt # Mastra.listVectors() `.listVectors()` 方法用于获取 Mastra 实例中已配置的所有 vector store。 ## 使用示例 ```typescript mastra.listVectors() ``` ## 参数 此方法不接受任何参数。 ## 返回值 **vectors** (`TVectors`): 包含所有已配置 vector store 的记录,其中键为 vector store 名称,值为 vector store 实例。 ## 相关内容 - [Vector store 概览](https://mastra.zisheng.pro/guides/rag/vector-databases) - [RAG 概览](https://mastra.zisheng.pro/guides/rag/overview)