---
title: "TensorFlow BERT QnA"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/tensorflow/tensorflowbertqna
markdown: https://docs.nodetool.ai/nodes/lib/tensorflow/tensorflowbertqna.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/tensorflow/tensorflowbertqna.md
---

# TensorFlow BERT QnA

**Type:** `lib.tensorflow.Qna`

**Namespace:** `lib.tensorflow`

## Description

Answer a natural-language question against a passage of context using the TensorFlow.js BERT QnA model.
    tensorflow, qna, bert, nlp, extractive, reading comprehension

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| question | `str` | Natural-language question to answer | `` |
| passage | `str` | Passage of text to extract the answer from | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list` |  |

## Related Nodes

Browse other nodes in the [lib.tensorflow](./) namespace.
