Skip to content

Commit 754c604

Browse files
Apply suggested fix to metpo/pipeline/cross_ontology_search.py from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 71822cc commit 754c604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metpo/pipeline/cross_ontology_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
1. retrieves candidate classes from the EBI OLS4 search API (covers ~270 ontologies),
1111
2. re-ranks the candidates by semantic similarity using a LOCAL embedding model
12-
served by Ollama (default: nomic-embed-text, runs on the M5 GPU; no OpenAI, no
12+
served by Ollama (default: nomic-embed-text, runs on local GPU-capable hardware; no OpenAI, no
1313
300GB OLS SQLite, no ChromaDB),
1414
1515
and emits, per match: the external IRI/CURIE, label, definition, ontology, and a

0 commit comments

Comments
 (0)