# 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="/files/HH4qS4pOkUmCow9ImOKP" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/vector-store-commands/configure-vectorstore.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
