Skip to content

Commit 05f3a71

Browse files
committed
📝 add kge to examples list
1 parent df907ae commit 05f3a71

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@ Comprehensive documentation for OntoAligner, including detailed guides and examp
3939

4040

4141

42-
| Example | Tutorial | Script |
43-
|:----------------------------------------|:--------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------:|
44-
| Lightweight | [📚 Fuzzy Matching](https://ontoaligner.readthedocs.io/aligner/lightweight.html) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/fuzzy_matching.py) |
45-
| Retrieval | [📚 Retrieval Aligner](https://ontoaligner.readthedocs.io/aligner/retriever.html) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/retriever_matching.py) |
46-
| Large Language Models | [📚 Large Language Models Aligner](https://ontoaligner.readthedocs.io/aligner/llm.html) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/llm_matching.py) |
47-
| Retrieval Augmented Generation | [📚 Retrieval Augmented Generation](https://ontoaligner.readthedocs.io/aligner/rag.html) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/rag_matching.py)|
48-
| FewShot | [📚 FewShot RAG](https://ontoaligner.readthedocs.io/aligner/rag.html#fewshot-rag) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/rag_matching.py)
49-
| In-Context Vectors Learning | [📚 In-Context Vectors RAG](https://ontoaligner.readthedocs.io/aligner/rag.html#in-context-vectors-rag) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/icv_rag_matching.py)
42+
| Example | Tutorial | Script |
43+
|:-------------------------------|:--------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------:|
44+
| Lightweight | [📚 Fuzzy Matching](https://ontoaligner.readthedocs.io/aligner/lightweight.html) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/fuzzy_matching.py) |
45+
| Retrieval | [📚 Retrieval Aligner](https://ontoaligner.readthedocs.io/aligner/retriever.html) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/retriever_matching.py) |
46+
| Large Language Models | [📚 LLM Aligner](https://ontoaligner.readthedocs.io/aligner/llm.html) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/llm_matching.py) |
47+
| Retrieval Augmented Generation | [📚 RAG Aligner](https://ontoaligner.readthedocs.io/aligner/rag.html) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/rag_matching.py)|
48+
| FewShot | [📚 FewShot-RAG Aligner](https://ontoaligner.readthedocs.io/aligner/rag.html#fewshot-rag) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/rag_matching.py)
49+
| In-Context Vectors Learning | [📚 In-Context Vectors RAG](https://ontoaligner.readthedocs.io/aligner/rag.html#in-context-vectors-rag) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/icv_rag_matching.py)
50+
| Knowledge Graph Embedding | [📚 KGE Aligner](https://ontoaligner.readthedocs.io/aligner/kge.html) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/kge.py)
5051
| eCommerce | [📚 Product Alignment in eCommerce](https://ontoaligner.readthedocs.io/usecases/ecommerce.html) | [📝 Code](https://github.com/sciknoworg/OntoAligner/blob/dev/examples/ecommerce_product_alignment.py)
5152

5253
## 🚀 Quick Tour

0 commit comments

Comments
 (0)