FryAI Knowledge Graph API
The FryAI Knowledge Graph API provides a continuously-updating, structured dataset of AI-generated educational content. It includes: • Articles with summaries, human explanations, and technical explanations • Topics, categories, and cluster metadata • Embeddings for semantic search • RAG chunks for retrieval-augmented generation • Versioned snapshots for reproducibility This API is ideal for…
FryAI Knowledge Graph API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Articles /api/graph/articles |
Returns all articles in the FryAI Knowledge Graph including question, summary, human explanation, technical explanation, and metadata. |
| GET |
Get Clusters /api/graph/clusters |
Returns all clusters in the FryAI Knowledge Graph, grouping related topics and categories for semantic organization. |
| GET |
Get Embeddings /api/graph/embeddings |
Returns vector embeddings for topics, categories, clusters, and articles in the FryAI Knowledge Graph. Each embedding represents semantic relationships used for AI search and… |
| GET |
Get RAG Chunks /api/graph/rag |
Returns retrieval-augmented generation (RAG) chunks derived from articles and topics in the FryAI Knowledge Graph. Each chunk contains text segments optimized for semantic search… |
| GET |
Get Topics /api/graph/topics |
Returns all topics in the FryAI Knowledge Graph including title, slug, categorySlug, and clusterSlug. |
| GET |
Get Categories /api/graph/categories |
Returns all categories in the FryAI Knowledge Graph including title, slug, and the number of topics/articles associated with each category. |