Skip to content

Commit f30cd8b

Browse files
Update
1 parent 3a3fcec commit f30cd8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

embeddings/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ def create_embeddings(
223223
"""Create embeddings for TIMDEX records."""
224224
model: BaseEmbeddingModel = ctx.obj["model"]
225225
model.load()
226+
timdex_dataset: TIMDEXDataset | None = None
226227

227228
# read input records from TIMDEX dataset (default) or a JSONLines file
228229
if input_jsonl:

0 commit comments

Comments
 (0)