# configure vectorstore

The `configure vectorstore` command configures a vector store job. It is used to deploy a vector store for RAG-based applications. In the notebook, you will be guided through a template form that will prompt you for various inputs, such as the vector store name and the embeddings models.

## Syntax

```
configure vectorstore
```

## Parameters

To create a vector store job:

1. Select **New** from the **Vector Store** drop-down list. Specify a name for the vector store in the **Vector Store Name** field.
2. Add embeddings models:
   1. Select the embeddings model provider, and enter the model name.
   2. Set one of the models as the default model for the vector store.
   3. Click the **Add Model** button.
3. Click the **Save Configuration** button to save the vector store job.

## Example

<div align="left"><figure><img src="https://2508510707-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Foy9ZHXC3vsL0Sr36iw78%2Fuploads%2Fm0qqCp83CoDeGP1AVvXW%2Fconfigure_vectorstore_screen.png?alt=media&#x26;token=12468813-5456-4dbd-9b23-ebd3bc57f6d0" alt=""><figcaption></figcaption></figure></div>
