Lucasautomatekc commited on
Commit
0beeed1
·
verified ·
1 Parent(s): 9341beb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -3
README.md CHANGED
@@ -1,3 +1,64 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # FryAI Pie – AI Knowledge Graph Dataset (Preview)
2
+ ### Structured AI explanations, topic clusters, embeddings, and RAG‑ready data
3
+
4
+ This repository contains a **free preview** of the FryAI Pie Knowledge Graph Dataset — a structured, developer‑friendly dataset designed for:
5
+
6
+ - RAG pipelines
7
+ - Semantic search
8
+ - AI education tools
9
+ - Topic clustering
10
+ - Knowledge graph exploration
11
+ - Embedding‑based retrieval
12
+ - LLM fine‑tuning and evaluation
13
+
14
+ The **full dataset** (500+ explanations, full graph, full embeddings, full RAG chunks) is available on Gumroad.
15
+
16
+ ---
17
+
18
+ ## 🔗 Full Dataset (Paid)
19
+ Get the complete dataset here:
20
+ **https://automatekc.gumroad.com/l/lghqtv**
21
+
22
+ Includes:
23
+
24
+ - 500+ human‑readable explanations
25
+ - Full topic/category/cluster metadata
26
+ - Full knowledge graph (hundreds of nodes + edges)
27
+ - Full RAG chunks
28
+ - Full embeddings (26MB)
29
+ - Clean JSON structure
30
+ - Ready for production RAG systems
31
+
32
+ ---
33
+
34
+ ## 🔗 API Access (RapidAPI)
35
+ Prefer API access instead of downloading files?
36
+ Use the hosted API version:
37
+ **https://rapidapi.com/lucasmatic/api/fryai-pie-knowledge-graph**
38
+
39
+ ---
40
+
41
+ # 📦 What’s Included in This Preview
42
+ This HuggingFace repo includes **small, safe sample files** that demonstrate the dataset structure without revealing the full paid content.
43
+
44
+ ### Included (Free Preview)
45
+ - `sample_topics.json`
46
+ - `sample_clusters.json`
47
+ - `sample_embeddings.json`
48
+ - `sample_graph.json`
49
+ - `sample_rag_chunks.json`
50
+
51
+ ### Not Included (Paid Only)
52
+ - Full articles
53
+ - Full topic/category metadata
54
+ - Full clusters
55
+ - Full knowledge graph
56
+ - Full embeddings
57
+ - Full RAG chunks
58
+ - Full ZIP dataset
59
+
60
+ ---
61
+
62
+ # 🧠 Dataset Structure (Preview)
63
+
64
+ ### Topics (sample)