2.0.2 • Published 10 months ago
@dytesdk/docs-ai-react v2.0.2
Docs AI SDK for React
AI chatbot which answers questions from Dyte's documentation.
Usage
- Install the package:
npm install @dytesdk/docs-ai-react- Use in your React app:
import { ChatBot } from '@dytesdk/docs-ai-react';
function YourApp() {
return (
<>
/* ... */
<ChatBot />
</>
);
}