KrosAI Docs
DashboardGet Started
  • Getting Started
    • Introduction
    • Quickstart Guide
    • Authentication
  • OpenAI SDK Compatability
  • Endpoints
    • Completions API
      • Create Chat Completion
    • Translation API
    • Text Summarization API
    • Audio Transcription API
    • Sentiment Analysis API
  • AGENT
    • Agents API
      • Create Agent
      • List Agents
      • Get Agent
      • Update Agent
      • Delete Agent
      • Start Voice Session
    • Conversations API
      • Create Conversation
      • List Conversations
      • Get Conversation
      • Get Conversation Messages
    • Knowledge Base API
      • Create Knowledge Base
      • List Knowledge Base
      • Upload Document
      • List Document
  • Resources
    • AI Voice Agents
    • In-App Voice Assistants
    • Virtual Health Assistants
    • EdTech Language Tutors
  • SDKS
    • Node.JS SDK
    • React Native SDK
    • Flutter
Powered by GitBook
On this page
  • Features
  • Use Cases
  • Key Concepts
  • Components
  1. AGENT

Knowledge Base API

The Knowledge Base API enables you to create and manage collections of documents that enhance your AI agents' knowledge and capabilities. Agents can access these knowledge bases to provide more accurate and context-aware responses during conversations.

Features

  • Document Collections: Create and organize collections of reference materials

  • Multiple Formats: Support for various document types (text, PDF, etc.)

  • Agent Integration: Link knowledge bases to agents for enhanced responses

  • Document Processing: Automatic processing and indexing of uploaded content

  • Access Control: Secure management of knowledge base access

  • Version Control: Track updates and changes to knowledge bases

Use Cases

  • Product Documentation: Provide agents with detailed product information

  • Technical Support: Reference technical documentation and troubleshooting guides

  • Training Materials: Store educational content for training scenarios

  • Company Policies: Keep agents informed about organizational guidelines

  • FAQ Collections: Quick access to common questions and answers

Key Concepts

  • Knowledge Base: A collection of related documents

  • Documents: Individual files or text entries within a knowledge base

  • Processing: Converting documents into a format agents can understand

  • Integration: Connecting knowledge bases to agents

  • Access Rights: Controlling who can view and modify knowledge bases

The API provides a comprehensive solution for managing the information your agents need to provide accurate and helpful responses to users.

Components

  • Knowledge Base Management: Create, update, and delete knowledge bases

  • Document Management: Upload, process, and manage documents

  • Agent Integration: Connect knowledge bases to agents

  • Access Control: Manage permissions and sharing

  • Content Processing: Extract and index document content

This system allows you to build sophisticated AI applications with access to custom knowledge repositories.

PreviousGet Conversation MessagesNextCreate Knowledge Base

Last updated 2 months ago