> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/vector-store-commands/describe-vectorstore.md).

# describe vectorstore

The `describe vectorstore` command shows the configuration of a vector store job.

## Syntax

```
describe vectorstore <vectorstore name>
```

## Parameters

| Parameter            | Description                      |
| -------------------- | -------------------------------- |
| `<vectorstore name>` | The name of the vector store job |

## Example

```
describe vectorstore vs1
```
