|
3 | 3 |
|
4 | 4 | The following is a list of Jupyter notebooks that demonstrate how to use the included Retrieval-Augmented Generation techniques. |
5 | 5 |
|
6 | | -- [Vector RAG Notebook](Vector_RAG.ipynb) |
7 | | -- [Vector GraphRAG Notebook](Vector_GraphRAG.ipynb) |
8 | | -- [Vector Cypher GraphRAG Notebook](Vector_Cypher_GraphRAG.ipynb) |
9 | | -- [Hybrid GraphRAG Notebook](Hybrid_GraphRAG.ipynb) |
10 | | -- [Hybrid Cypher GraphRAG Notebook](Hybrid_Cypher_GraphRAG.ipynb) |
11 | | -- [Text2Cypher Notebook](Text2Cypher.ipynb) |
12 | | -- [GARAG Notebook](GARAG.ipynb) |
13 | | -- [Naive GraphRAG Notebook](Naive_GraphRAG.ipynb) |
| 6 | +<div class="nb-list"> |
| 7 | + |
| 8 | +<div class="nb-row"> |
| 9 | + <a class="nb-link" href="Vector_RAG">Vector RAG Notebook</a> |
| 10 | + <a class="nb-dl" href="https://github.com/DLR-SC/RAG-Sphere/blob/rag-sphere/docs/demo/Vector_RAG.ipynb" download>Download</a> |
| 11 | +</div> |
| 12 | + |
| 13 | +<div class="nb-row"> |
| 14 | + <a class="nb-link" href="Vector_GraphRAG">Vector GraphRAG Notebook</a> |
| 15 | + <a class="nb-dl" href="https://github.com/DLR-SC/RAG-Sphere/blob/rag-sphere/docs/demo/Vector_GraphRAG.ipynb" download>Download</a> |
| 16 | +</div> |
| 17 | + |
| 18 | +<div class="nb-row"> |
| 19 | + <a class="nb-link" href="Vector_Cypher_GraphRAG">Vector Cypher GraphRAG Notebook</a> |
| 20 | + <a class="nb-dl" href="https://github.com/DLR-SC/RAG-Sphere/blob/rag-sphere/docs/demo/Vector_Cypher_GraphRAG.ipynb" download>Download</a> |
| 21 | +</div> |
| 22 | + |
| 23 | +<div class="nb-row"> |
| 24 | + <a class="nb-link" href="Hybrid_GraphRAG">Hybrid GraphRAG Notebook</a> |
| 25 | + <a class="nb-dl" href="https://github.com/DLR-SC/RAG-Sphere/blob/rag-sphere/docs/demo/Hybrid_GraphRAG.ipynb" download>Download</a> |
| 26 | +</div> |
| 27 | + |
| 28 | +<div class="nb-row"> |
| 29 | + <a class="nb-link" href="Hybrid_Cypher_GraphRAG">Hybrid Cypher GraphRAG Notebook</a> |
| 30 | + <a class="nb-dl" href="https://github.com/DLR-SC/RAG-Sphere/blob/rag-sphere/docs/demo/Hybrid_Cypher_GraphRAG.ipynb" download>Download</a> |
| 31 | +</div> |
| 32 | + |
| 33 | +<div class="nb-row"> |
| 34 | + <a class="nb-link" href="Text2Cypher">Text2Cypher Notebook</a> |
| 35 | + <a class="nb-dl" href="https://github.com/DLR-SC/RAG-Sphere/blob/rag-sphere/docs/demo/Text2Cypher.ipynb" download>Download</a> |
| 36 | +</div> |
| 37 | + |
| 38 | +<div class="nb-row"> |
| 39 | + <a class="nb-link" href="GARAG">GARAG Notebook</a> |
| 40 | + <a class="nb-dl" href="https://github.com/DLR-SC/RAG-Sphere/blob/rag-sphere/docs/demo/GARAG.ipynb" download>Download</a> |
| 41 | +</div> |
| 42 | + |
| 43 | +<div class="nb-row"> |
| 44 | + <a class="nb-link" href="Naive_GraphRAG">Naive GraphRAG Notebook</a> |
| 45 | + <a class="nb-dl" href="https://github.com/DLR-SC/RAG-Sphere/blob/rag-sphere/docs/demo/Naive_GraphRAG.ipynb" download>Download</a> |
| 46 | +</div> |
| 47 | + |
| 48 | +</div> |
0 commit comments