Skip to content

Commit

Permalink
chores: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcanay committed Dec 20, 2024
1 parent f8a71cc commit eefefde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datastew/scripts/ols_snomed_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
from datastew.process.ols import OLSTerminologyImportTask
from datastew.repository.sqllite import SQLLiteRepository

repository = SQLLiteRepository(name="snomed")
repository = SQLLiteRepository()
embedding_model = MPNetAdapter()

task = OLSTerminologyImportTask(repository, embedding_model, "SNONMED CT", "snomed")
task = OLSTerminologyImportTask(repository, embedding_model, "SNOMED CT", "snomed")
task.process()
print("done")

0 comments on commit eefefde

Please sign in to comment.