DocsQA UI

<qa-bot></qa-bot>

<qa-bot>

<qa-bot> is the UI part of DocsQA. It's a web component built with Lit.

<script src="https://cdn.jsdelivr.net/npm/qabot"></script>

As easy as HTML

<qa-bot> is just an HTML element. You can it anywhere you can use HTML!

<qa-bot></qa-bot>

Configure with attributes

<qa-bot> can be configured with attributes in plain HTML.

<qa-bot 
label="Try custom title ✨"
server="https://jina-ai-jina.docsqa.jina.ai"
open
site="https://docs.jina.ai"
target="_blank">

<dl>
<dt>You can tryout qabot easily:</dt>
<dd>What is Jina?</dd>
<dd>Does Jina support Kubernetes?</dd>
<dd>What are the basic concepts in Jina?</dd>
</dl>
</qa-bot>
You can tryout qabot easily:
What is Jina?
Does Jina support Kubernetes?
What are the basic concepts in Jina?

Configuration UI

Yes No
Yes No