Skip to content

Commit 49bbe34

Browse files
committed
📝 update catalog
1 parent 92cecd1 commit 49bbe34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/howtouse/catalog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ This catalog provides an organized list of models categorized by type. The table
2929
* - **FewShot-RAG Aligners**
3030
- `FalconLLMAdaRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L105-L117>`__, `FalconLLMBERTRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L120-L132>`__, `GPTOpenAILLMAdaRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L75-L87>`__, `GPTOpenAILLMBERTRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L90-L102>`__, `LLaMALLMAdaRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L15-L27>`__, `LLaMALLMBERTRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L30-L42>`__, `MPTLLMAdaRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L165-L177>`__, `MPTLLMBERTRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L180-L192>`__, `MambaLLMAdaRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L195-L207>`__, `MambaLLMBERTRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L210-L222>`__, `MistralLLMAdaRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L45-L57>`__, `MistralLLMBERTRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L60-L72>`__, `VicunaLLMAdaRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L135-L147>`__, `VicunaLLMBERTRetrieverFSRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/fewshot/models.py#L150-L162>`__
3131
* - **ICV-RAG Aligners**
32-
- `FalconLLMAdaRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L127-L143>`__, `FalconLLMBERTRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L146-L162>`__, `GPTOpenAILLMAdaRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L89-L105>`__, `GPTOpenAILLMBERTRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L108-L124>`__, `LLaMALLMAdaRetrieverRAG <https://ontoaligner.readthedocs.io/package_reference/ontolog_matchers.html#module-ontoaligner.ontology_matchers.rag.models>`__, `LLaMALLMBERTRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L32-L48>`__, `MPTLLMAdaRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L203-L219>`__, `MPTLLMBERTRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L222-L238>`__, `MambaLLMAdaRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L241-L257>`__, `MambaLLMBERTRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L260-L276>`__, `MistralLLMAdaRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L51-L67>`__, `MistralLLMBERTRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L70-L86>`__, `VicunaLLMAdaRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L165-L181>`__, `VicunaLLMBERTRetrieverRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/rag/models.py#L184-L200>`__
32+
- `FalconLLMAdaRetrieverICVRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/icv/models.py#L53-L69>`__, `FalconLLMBERTRetrieverICVRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/icv/models.py#L72-L88>`__, `LLaMALLMAdaRetrieverICVRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/icv/models.py#L15-L31>`__, `LLaMALLMBERTRetrieverICVRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/icv/models.py#L34-L50>`__, `MPTLLMAdaRetrieverICVRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/icv/models.py#L129-L145>`__, `MPTLLMBERTRetrieverICVRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/icv/models.py#L148-L164>`__, `VicunaLLMAdaRetrieverICVRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/icv/models.py#L91-L107>`__, `VicunaLLMBERTRetrieverICVRAG <https://github.com/sciknoworg/OntoAligner/blob/main/ontoaligner/ontology_matchers/icv/models.py#L110-L126>`__

0 commit comments

Comments
 (0)