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

# Databricks

> The Databricks connector enables connection to Databricks vector databases. With this connector, you can gain insights into your Databricks environments.

## Options

<ParamField body="baseUri" type="string" required>
  The base URL of the Databricks API endpoint.
</ParamField>

<ParamField body="clientId" type="string" required>
  The client ID for authentication.
</ParamField>

<ParamField body="clientSecret" type="string" required>
  The client secret for authentication.
</ParamField>

<ParamField body="indexName" type="string" required>
  The name of the index to search.
</ParamField>

<ParamField body="columns" type="string" required>
  The columns to return (as a comma-separated list).
</ParamField>

<ParamField body="numResults" type="integer" default="10">
  The number of results to return.
</ParamField>

<ParamField body="scoreThreshold" type="float" default="0">
  The minimum score for results.
</ParamField>

## Arguments

<ParamField body="searchterm" type="string" required>
  The prompt for the LLM to populate the argument for the search term.

  Example:

  ```
  The searchterm for the knowledge documents
  ```
</ParamField>
