Knowledge Base
Это содержимое пока не доступно на вашем языке.
Knowledge Base
Section titled “Knowledge Base”Your bot’s knowledge base determines the quality of its responses.
Adding Knowledge
Section titled “Adding Knowledge”Upload Documents
Section titled “Upload Documents”Upload files in the dashboard:
- Supported formats: PDF, DOCX, TXT, MD, CSV
- Max file size: 10MB per file
- Go to Project > Knowledge Base > Upload
Manual Entry
Section titled “Manual Entry”Add FAQ entries directly:
- Go to Knowledge Base > Add Entry
- Enter the question and answer
- Add tags for categorization
Website Crawling
Section titled “Website Crawling”Let Plugy automatically learn from your website:
- Go to Knowledge Base > Web Crawl
- Enter your website URLs
- Set crawl frequency (daily, weekly)
- Plugy extracts and indexes content automatically
Best Practices
Section titled “Best Practices”- Be specific — detailed answers produce better bot responses
- Use real customer questions — import from your ticket system
- Update regularly — stale knowledge leads to stale answers
- Review bot responses — flag incorrect answers for improvement
- Organize with tags — categorize entries by topic for better retrieval
How RAG Works
Section titled “How RAG Works”Plugy uses Retrieval-Augmented Generation (RAG) to find relevant knowledge for each customer question:
- Customer sends a message
- Plugy converts the message into a semantic vector
- The vector is compared against your knowledge base entries
- The most relevant entries are included in the AI prompt
- The AI generates a response grounded in your actual knowledge
This ensures your bot gives accurate, knowledge-based answers rather than generic AI responses.
Knowledge Base via API
Section titled “Knowledge Base via API”You can also manage your knowledge base programmatically. See the Knowledge Base API for details.