0.1.1 • Published 2 years ago

@jina-ai/jina-qa-bot v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

<jina-qa-bot>

<jina-qa-bot> is the UI part of jina-doc-bot. It's a web component built with LitElement.

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

<jina-qa-bot></jina-qa-bot>

Configure with attributes

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

<jina-qa-bot 
    label="Try custom title ✨"
    server="https://docsbot.jina.ai" 
    open
    site="https://docs.jina.ai" 
    target="_blank">
    <dt>You can tryout QA-bot easily:</dt>
    <dd>What is QA-bot?</dd>
    <dd>Does QA-bot support Vue/React/Angular?</dd>
    <dd>What are the basic concepts in QA-bot?</dd>
</jina-qa-bot>

Install

<jina-qa-bot> is distributed on npm, so you can install it locally or use it via npm CDNs like jsdelivr.

<script src="https://cdn.jsdelivr.net/npm/@jina-ai/jina-qa-bot"></script>