orca-sdk 0.1.5__py3-none-any.whl → 0.1.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -119,7 +119,7 @@ def test_finetune_model_unauthenticated(unauthenticated_client, datasource: Data
119
119
  def test_use_finetuned_model_in_memoryset(datasource: Datasource, finetuned_model: FinetunedEmbeddingModel):
120
120
  memoryset = LabeledMemoryset.create(
121
121
  "test_memoryset_finetuned_model",
122
- datasource,
122
+ datasource=datasource,
123
123
  embedding_model=finetuned_model,
124
124
  )
125
125
  assert memoryset is not None