@@ -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