Lucasautomatekc commited on
Commit
a34d911
·
verified ·
1 Parent(s): bfff3c7

Upload 7 files

Browse files
sample_K graph.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "topic:ai-chips-memory-requirements",
4
+ "type": "topic",
5
+ "slug": "ai-chips-memory-requirements",
6
+ "edges": [
7
+ {
8
+ "target": "article:how-does-ai-chips-memory-requirements-work",
9
+ "type": "explains"
10
+ }
11
+ ]
12
+ },
13
+ {
14
+ "id": "article:how-does-ai-chips-memory-requirements-work",
15
+ "type": "article",
16
+ "slug": "how-does-ai-chips-memory-requirements-work",
17
+ "edges": [
18
+ {
19
+ "target": "topic:ai-chips-memory-requirements",
20
+ "type": "belongs_to"
21
+ }
22
+ ]
23
+ }
24
+ ]
sample_articles.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "how-does-a-chatbot-work": {
3
+ "slug": "how-does-a-chatbot-work",
4
+ "question": "How does a chatbot work?"
5
+ },
6
+ "how-does-a-knowledge-graph-work": {
7
+ "slug": "how-does-a-knowledge-graph-work",
8
+ "question": "How does a knowledge graph work?"
9
+ },
10
+ "how-does-a-large-language-model-work": {
11
+ "slug": "how-does-a-large-language-model-work",
12
+ "question": "How does a large language model work?"
13
+ },
14
+ "how-does-agentic-ai-work": {
15
+ "slug": "how-does-agentic-ai-work",
16
+ "question": "How does agentic AI work?"
17
+ },
18
+ "how-does-ai-safety-work": {
19
+ "slug": "how-does-ai-safety-work",
20
+ "question": "How does AI safety work?"
21
+ }
22
+ }
sample_categories.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ai-automation": {
3
+ "slug": "ai-automation",
4
+ "name": "AI & Automation",
5
+ "description": "",
6
+ "topics": [],
7
+ "articles": []
8
+ },
9
+ "ai-models-training": {
10
+ "slug": "ai-models-training",
11
+ "name": "AI Models & Training",
12
+ "description": "",
13
+ "topics": [],
14
+ "articles": []
15
+ },
16
+ "web-automation-agents": {
17
+ "slug": "web-automation-agents",
18
+ "name": "Web Automation & Agents",
19
+ "description": "",
20
+ "topics": [],
21
+ "articles": []
22
+ }
23
+ }
sample_clusters.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artificial-intelligence": {
3
+ "slug": "artificial-intelligence",
4
+ "name": "Artificial Intelligence Topic Cluster",
5
+ "articles": [
6
+ "what-is-ai-liability",
7
+ "how-does-ai-liability-work"
8
+ ]
9
+ },
10
+ "general-ai": {
11
+ "slug": "general-ai",
12
+ "name": "General AI Topic Cluster",
13
+ "articles": [
14
+ "what-is-financial-advice-generation",
15
+ "how-does-financial-advice-generation-work"
16
+ ]
17
+ },
18
+ "machine-learning": {
19
+ "slug": "machine-learning",
20
+ "name": "Machine Learning Topic Cluster",
21
+ "articles": [
22
+ "what-is-machine-learning-collaboration"
23
+ ]
24
+ }
25
+ }
sample_embeddings.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "topic:ai-chips-memory-requirements",
4
+ "type": "topic",
5
+ "slug": "ai-chips-memory-requirements",
6
+ "vector": [
7
+ 0.0313,
8
+ -0.0237,
9
+ 0.0314,
10
+ -0.0207,
11
+ 0.0215
12
+ ]
13
+ },
14
+ {
15
+ "id": "topic:agentic-ai",
16
+ "type": "topic",
17
+ "slug": "agentic-ai",
18
+ "vector": [
19
+ -0.0142,
20
+ 0.0278,
21
+ -0.0091,
22
+ 0.0443,
23
+ -0.0126
24
+ ]
25
+ }
26
+ ]
sample_rag.chunks.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "chunk:ai-chips-memory-requirements-1",
4
+ "articleSlug": "how-does-ai-chips-memory-requirements-work",
5
+ "chunkIndex": 0,
6
+ "text": "Sample text explaining how AI chip memory requirements work...",
7
+ "vector": [0.0123, -0.0044, 0.0099, 0.0021, -0.0033]
8
+ },
9
+ {
10
+ "id": "chunk:agentic-ai-1",
11
+ "articleSlug": "how-does-agentic-ai-work",
12
+ "chunkIndex": 0,
13
+ "text": "Sample text describing the basics of agentic AI...",
14
+ "vector": [-0.0111, 0.0067, -0.0022, 0.0045, 0.0019]
15
+ }
16
+ ]
sample_topics.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ai-chips-memory-requirements": {
3
+ "slug": "ai-chips-memory-requirements",
4
+ "question": "How do AI chip memory requirements work?"
5
+ },
6
+ "agentic-ai": {
7
+ "slug": "agentic-ai",
8
+ "question": "How does agentic AI work?"
9
+ },
10
+ "machine-learning-basics": {
11
+ "slug": "machine-learning-basics",
12
+ "question": "What is machine learning?"
13
+ }
14
+ }