Skip to content

Commit

Permalink
Add OLS terminology import
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams committed Feb 26, 2024
1 parent d14aa03 commit d3fac5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index/scripts/ols_snomed_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from index.process.ols import OLSTerminologyImportTask
from index.repository.sqllite import SQLLiteRepository

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

task = OLSTerminologyImportTask(repository, embedding_model, "SNONMED CT", "snomed")
Expand Down

0 comments on commit d3fac5a

Please sign in to comment.