Skip to content

Commit aba68c0

Browse files
committed
add website #andy
1 parent 3f0ead5 commit aba68c0

5 files changed

Lines changed: 59 additions & 15 deletions

File tree

.idea/workspace.xml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/design_philosophy/technical_report/kag.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
sidebar_position: 1
33
sidebar_label: KAG
44
---
5-
import PdfViewer from '@site/src/components/PdfViewer';
65

76
# KAG Technical Report
87

@@ -13,4 +12,9 @@ import PdfViewer from '@site/src/components/PdfViewer';
1312
[KAG-Boosting_LLMs_in_Professional_Domains_via_Knowledge_Augmented_Generation.pdf](https://arxiv.org/pdf/2409.13731)
1413

1514
#### Preview
16-
<PdfViewer pdfUrl="/v2/pdf/technical_report/KAG-compressed.pdf" scale="1.5" height="700px" width="100%"/>
15+
<iframe
16+
src="/v2/pdf/technical_report/KAG-compressed.pdf"
17+
style={{backgroundColor: "#f0f0f0"}}
18+
width="100%"
19+
height="600"
20+
/>

website/docs/design_philosophy/white_paper/openspg.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,28 @@ sidebar_label: OpenSPG
44
---
55
import Tabs from '@theme/Tabs';
66
import TabItem from '@theme/TabItem';
7-
import PdfViewer from '@site/src/components/PdfViewer';
87

98
# White Paper for OpenSPG
109

1110
<Tabs>
1211
<TabItem value="English" label="English">
1312
[Semantic-enhanced.Programmable.Graph-white.paper.v1.0.en.pdf](https://github.com/user-attachments/files/17794077/Semantic-enhanced.Programmable.Graph-white.paper.v1.0.pdf)
1413
#### Preview
15-
<PdfViewer pdfUrl="/v2/pdf/openspg_paper/Semantic-enhanced.Programmable.Graph-white.paper.v1.0.en-compressed.pdf" scale="1.5" height="700px" width="100%"/>
14+
<iframe
15+
src="/v2/pdf/openspg_paper/Semantic-enhanced.Programmable.Graph-white.paper.v1.0.en-compressed.pdf"
16+
style={{backgroundColor: "#f0f0f0"}}
17+
width="100%"
18+
height="700"
19+
/>
1620
</TabItem>
1721
<TabItem value="中文" label="中文">
1822
[Semantic-enhanced.Programmable.Graph-white.paper.v1.0.ch.pdf](https://github.com/user-attachments/files/17794079/-.v1.0.pdf)
1923
#### Preview
20-
<PdfViewer pdfUrl="/v2/pdf/openspg_paper/Semantic-enhanced.Programmable.Graph-white.paper.v1.0.ch-compressed.pdf" scale="1.5" height="700px" width="100%"/>
24+
<iframe
25+
src="/v2/pdf/openspg_paper/Semantic-enhanced.Programmable.Graph-white.paper.v1.0.ch-compressed.pdf"
26+
style={{backgroundColor: "#f0f0f0"}}
27+
width="100%"
28+
height="700"
29+
/>
2130
</TabItem>
2231
</Tabs>

website/docs/recent_posts/technology_sharing/kag_introduction_and_applications.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,28 @@ sidebar_label: KAG Introduction
44
---
55
import Tabs from '@theme/Tabs';
66
import TabItem from '@theme/TabItem';
7-
import PdfViewer from '@site/src/components/PdfViewer';
87

98
# KAG Introduction And Applications
109

1110
<Tabs>
1211
<TabItem value="English" label="English">
1312
[Introduction.to.KAG-en-20241111.pdf](https://github.com/user-attachments/files/17843606/Introduction.to.KAG-en-tc-20241111.pdf)
1413
#### Preview
15-
<PdfViewer pdfUrl="/v2/pdf/kag_introduction/Introduction.to.KAG-en-20241111-compressed.pdf" scale="0.45" height="700px" width="100%"/>
14+
<iframe
15+
src="/v2/pdf/kag_introduction/Introduction.to.KAG-en-20241111-compressed.pdf"
16+
style={{backgroundColor: "#f0f0f0"}}
17+
width="100%"
18+
height="700"
19+
/>
1620
</TabItem>
1721
<TabItem value="中文" label="中文">
1822
[Introduction.to.KAG-ch-20241111.pdf](https://github.com/user-attachments/files/17796529/KAG.pdf)
1923
#### Preview
20-
<PdfViewer pdfUrl="/v2/pdf/kag_introduction/Introduction.to.KAG-ch-20241111-compressed.pdf" scale="0.45" height="700px" width="100%"/>
24+
<iframe
25+
src="/v2/pdf/kag_introduction/Introduction.to.KAG-ch-20241111-compressed.pdf"
26+
style={{backgroundColor: "#f0f0f0"}}
27+
width="100%"
28+
height="700"
29+
/>
2130
</TabItem>
2231
</Tabs>

website/docs/recent_posts/technology_sharing/shang_hai_meetup.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,48 @@ sidebar_label: ShangHai Meetup
44
---
55
import Tabs from '@theme/Tabs';
66
import TabItem from '@theme/TabItem';
7-
import PdfViewer from '@site/src/components/PdfViewer';
87

98
# 2024.11.09 ShangHai Meetup
109

1110
<Tabs>
1211
<TabItem value="MedSPG" label="MedSPG">
1312
[MedSPG.pdf](https://github.com/user-attachments/files/17741427/MedSPG.-.pdf)
1413
#### Preview
15-
<PdfViewer pdfUrl="/v2/pdf/shanghai_meetup/MedSPG-compressed.pdf" scale="0.9" height="700px" width="100%"/>
14+
<iframe
15+
src="/v2/pdf/shanghai_meetup/MedSPG-compressed.pdf"
16+
style={{backgroundColor: "#f0f0f0"}}
17+
width="100%"
18+
height="700"
19+
/>
1620
</TabItem>
1721
<TabItem value="KAG" label="KAG">
1822
[KAG.pdf](https://github.com/user-attachments/files/17741194/KAG-.-.pdf)
1923
#### Preview
20-
<PdfViewer pdfUrl="/v2/pdf/shanghai_meetup/KAG-compressed.pdf" scale="0.45" height="700px" width="100%"/>
24+
<iframe
25+
src="/v2/pdf/shanghai_meetup/KAG-compressed.pdf"
26+
style={{backgroundColor: "#f0f0f0"}}
27+
width="100%"
28+
height="600"
29+
/>
2130
</TabItem>
2231
<TabItem value="TuGraph-DB" label="TuGraph-DB">
2332
[TuGraph-DB.5.0.AI.pdf](https://github.com/user-attachments/files/17741490/TuGraph-DB.5.0.AI.-.pdf)
2433
#### Preview
25-
<PdfViewer pdfUrl="/v2/pdf/shanghai_meetup/TuGraph-DB.5.0.AI-compressed.pdf" scale="0.9" height="700px" width="100%"/>
34+
<iframe
35+
src="/v2/pdf/shanghai_meetup/TuGraph-DB.5.0.AI-compressed.pdf"
36+
style={{backgroundColor: "#f0f0f0"}}
37+
width="100%"
38+
height="600"
39+
/>
2640
</TabItem>
2741
<TabItem value="DB-GPT" label="DB-GPT">
2842
[GraphRAG.DB-GPT.pdf](https://github.com/user-attachments/files/17741492/GraphRAG.DB-GPT.pdf)
2943
#### Preview
30-
<PdfViewer pdfUrl="/v2/pdf/shanghai_meetup/GraphRAG.DB-GPT-compressed.pdf" scale="0.9" height="700px" width="100%"/>
44+
<iframe
45+
src="/v2/pdf/shanghai_meetup/GraphRAG.DB-GPT-compressed.pdf"
46+
style={{backgroundColor: "#f0f0f0"}}
47+
width="100%"
48+
height="600"
49+
/>
3150
</TabItem>
3251
</Tabs>

0 commit comments

Comments
 (0)