2.0.2 • Published 10 months ago

@dytesdk/docs-ai-react v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Docs AI SDK for React

AI chatbot which answers questions from Dyte's documentation.

Usage

  1. Install the package:
npm install @dytesdk/docs-ai-react
  1. Use in your React app:
import { ChatBot } from '@dytesdk/docs-ai-react';

function YourApp() {
  return (
    <>
      /* ... */
      <ChatBot />
    </>
  );
}
2.0.2

10 months ago

2.0.1-staging.1

2 years ago

2.0.1

2 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago