# Vectara QA Chain

A chain for performing question-answering tasks with Vectara.

<figure><img src="https://662370747-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3VoWwSsyrEg0DEvIIjv9%2Fuploads%2Fgit-blob-c228b3fb01dbe2ee10a051aa30de09c8278d36b5%2Fscreely-1700662138252.png?alt=media" alt=""><figcaption></figcaption></figure>

## Definitions

**A retrieval-based question-answering chain**, which integrates with a Vectara retrieval component and allows you to configure input parameters and perform question-answering tasks.

## Inputs

* [Vectara Store](https://tailwindsdocs.innovativesol.com/readme/chatflows/langchain/vector-stores/vectara)

## Parameters

| Name                   | Description                                                   |
| ---------------------- | ------------------------------------------------------------- |
| Summarizer Prompt Name | model to be used in generating the summary                    |
| Response Language      | desired language for the response                             |
| Max Summarized Results | number of top results to use in summarization (defaults to 7) |

## Outputs

| Name           | Description                   |
| -------------- | ----------------------------- |
| VectaraQAChain | Final node to return response |
