Skip to content

Commit d8637da

Browse files
authored
📝 Update index.rst
1 parent fafce47 commit d8637da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Working with OntoAligner is straightforward:
7878
7979
# Step 5: Initialize Generate predictions using RAG-based ontology matcher
8080
model = MistralLLMBERTRetrieverRAG(retriever_config=retriever_config, llm_config=llm_config)
81+
model.load(llm_path = "mistralai/Mistral-7B-v0.3", ir_path="all-MiniLM-L6-v2")
8182
predicts = model.generate(input_data=encoded_ontology)
8283
8384
# Step 6: Apply hybrid postprocessing

0 commit comments

Comments
 (0)