> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Vector Store Tool

> AI tool to store information in a vector database for later retrieval

# Vector Store Tool

AI tool to store information in a vector database for later retrieval

## Properties

| Property   | Value                 |
| ---------- | --------------------- |
| **Type**   | vector-db-upsert-tool |
| **Family** | AI                    |
| **Group**  | Tools                 |

## Parameters

| Name            | Label              | Type   | Description                                                 | Required |
| --------------- | ------------------ | ------ | ----------------------------------------------------------- | -------- |
| provider        | Vector DB Provider | Select | Choose the vector database provider                         | Yes      |
| toolName        | Tool Name          | String | Name the AI will use to call this tool                      | No       |
| toolDescription | Tool Description   | String | Description to help the AI understand when to use this tool | No       |
| content         | Content            | String |                                                             | No       |
| category        | Category           | String |                                                             | No       |

## Outputs

| Name     | Label    | Type    | Description               |
| -------- | -------- | ------- | ------------------------- |
| success  | success  | boolean | Whether storage succeeded |
| storedId | storedId | string  | ID of the stored document |
