SentientKG Platform Documentation
Welcome to the comprehensive documentation for SentientKG's GraphRAG platform. This guide will help you integrate our advanced knowledge graph and retrieval-augmented generation capabilities into your applications.
API Version
Current API version is v2.1. All endpoints are backward compatible with v2.0.
Getting Started
Setup
To begin using SentientKG, you'll need to obtain an API key from your dashboard and configure your environment.
Authentication
All API requests require authentication using your API key in the Authorization header.
First API Call
Let's make your first GraphRAG query to understand how the platform works.
Core Concepts
GraphRAG Overview
Graph Retrieval-Augmented Generation (GraphRAG) combines the structured reasoning capabilities of knowledge graphs with the natural language understanding of large language models.
Multi-hop Reasoning
Navigate complex relationships across multiple entities to uncover deep insights.
Contextual Understanding
Leverage semantic relationships for more accurate and relevant responses.
Knowledge Graphs
Knowledge graphs in SentientKG represent information as interconnected entities and relationships, enabling sophisticated reasoning about complex domains.
API Reference
Data Ingestion
The ingestion endpoint allows you to add new data sources to your knowledge graph.
GraphRAG Query
Execute sophisticated queries against your knowledge graph with natural language.
Troubleshooting
Rate Limiting
API requests are limited to 1000 requests per hour for standard plans.
Authentication Errors
Ensure your API key is valid and included in the Authorization header.