> ## 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 Search Tool

> AI tool to search and retrieve information from a vector database

# Vector Search Tool

AI tool to search and retrieve information from a vector database

## Properties

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

## Parameters

| Name            | Label              | Type   | Description                                                 | Required |
| --------------- | ------------------ | ------ | ----------------------------------------------------------- | -------- |
| provider        | Vector DB Provider | Select | Choose the vector database provider                         | Yes      |
| topK            | Max Results        | Number | Maximum number of results to return                         | No       |
| 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       |
| query           | Search Query       | String |                                                             | No       |
| category        | Category Filter    | String |                                                             | No       |

## Outputs

| Name    | Label   | Type   | Description       |
| ------- | ------- | ------ | ----------------- |
| results | results | array  | Search results    |
| count   | count   | number | Number of results |
