> Discover all available pages from the documentation index: https://mastra.zisheng.pro/zh-TW/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/zh-TW/guides/rag/vector-databases) - [RAG 概覽](https://mastra.zisheng.pro/zh-TW/guides/rag/overview)