We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3fcec commit f30cd8bCopy full SHA for f30cd8b
embeddings/cli.py
@@ -223,6 +223,7 @@ def create_embeddings(
223
"""Create embeddings for TIMDEX records."""
224
model: BaseEmbeddingModel = ctx.obj["model"]
225
model.load()
226
+ timdex_dataset: TIMDEXDataset | None = None
227
228
# read input records from TIMDEX dataset (default) or a JSONLines file
229
if input_jsonl:
0 commit comments