Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed May 15, 2024
1 parent e21eeca commit 76fb13b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_splitters.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def test_cumulative_sim_splitter():
cohere_encoder = CohereEncoder(
name="",
cohere_api_key="a",
input_type="",
)
splitter = CumulativeChunker(encoder=cohere_encoder, score_threshold=0.9)
splitter.encoder = mock_encoder
Expand Down

0 comments on commit 76fb13b

Please sign in to comment.