@jina-ai/jina-qa-bot
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

<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>

Dependents (0)

Package Sidebar

Install

npm i @jina-ai/jina-qa-bot

Weekly Downloads

0

Version

0.1.1

License

Apache-2.0

Unpacked Size

538 kB

Total Files

27

Last publish

Collaborators

  • nomagick
  • jinadev