Skip to content

Commit

Permalink
Reduce number of tasks created by batch semantic embedding test
Browse files Browse the repository at this point in the history
  • Loading branch information
timsueberkrueb committed Oct 3, 2023
1 parent 23ade75 commit 9e8032e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def test_can_semantic_embed_with_async_client(
assert len(response.embedding) == 128


@pytest.mark.parametrize("num_prompts", [1, 100, 101, 200, 1000])
@pytest.mark.parametrize("num_prompts", [1, 100, 101])
@pytest.mark.parametrize("batch_size", [1, 32, 100])
@pytest.mark.system_test
async def test_batch_embed_semantic_with_async_client(
Expand Down

0 comments on commit 9e8032e

Please sign in to comment.