Amity Solutions
  • Announcements
  • Amity Bots Platform
    • Dashboard
      • User Journey
    • Users
      • Setup Microsoft Entra ID Integration
      • Password Policy
      • Typing animation
    • Channels
      • Connect to Facebook Page
      • Connect to LINE Official Account
      • Using Webchat SDK
      • Connet to Custom Channel
    • Audience
    • Chatbot
      • Intent
      • Entity
      • Mapper
      • Chatlogic
    • Message Template
      • Creating Message Template
      • Message Types Examples
    • Rich Menu
      • Linking Rich Menu to Channel
    • Campaign
      • Broadcast
      • ChatAds
  • Amity Bots Live Chat
    • Channels
    • Ticket
      • Ticket Management
      • Ticket Detail
      • Ticket Wrap up
      • Auto assign
    • Team Management
    • Livechat
    • Message Type
    • Livechat Dashboard
    • Audience's Profile
    • Customer Satisfaction Survey
      • Customer Satisfaction Score
    • Agent Copilot✨
  • Amity Bots Gen AI Platform
    • Dashboard
    • Assistants
      • Chat Sandbox
      • Assistant API Integration
      • Message Report
    • Fulfillments
    • Knowledge Base
      • Documents and Files (Legacy)
      • CSV File
      • Documents and Files
      • External Knowledge Base
    • AI Lab
    • Memorized Response
  • Insight
    • Journey Insight
  • Guides
    • Creating a simple chatbot
    • Setting up a LINE Rich Menu
    • How to use ChatAds
  • API Reference
  • Versioning & Upgrade Policy
Powered by GitBook
On this page

Was this helpful?

  1. Amity Bots Gen AI Platform
  2. Knowledge Base

CSV File

PreviousDocuments and Files (Legacy)NextDocuments and Files

Last updated 5 months ago

Was this helpful?

CSV File Type

For CSV File uploads in Knowledge Management (KM), the system supports the file extension:

  • .csv (Comma-Separated Values)

Users can upload only one CSV file for each KM entry, ensuring that data remains structured and focused on a single file per knowledge item.

For CSV File validation in the Knowledge Management (KM) system, the following headers are required:

  • id* (mandatory)

  • content* (mandatory)

  • title (optional, auto-generated if not provided)

  • keywords (optional, auto-generated if not provided)

  • questions (optional, auto-generated if not provided)

  • metadata (optional)

Note:

  • Mandatory fields: id and content must be present in the CSV file for it to be valid.

  • Maximum no. of rows: 3000 rows

  • Auto-generation: If the user select 'generate titles, keywords, and questions', the system will automatically generate them. If users input these fields, their data will be appended.

  • Ignored fields: Any additional headers outside of these specified ones will be ignored during the validation process.

CSV Format
Create CSV File Type