Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
[test] Bug fix after defaults change
Browse files Browse the repository at this point in the history
  • Loading branch information
igiloh-pinecone committed Sep 28, 2023
1 parent 421119f commit c45f9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/knowledge_base/test_knowledge_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def test_query(knowledge_base, encoded_chunks):

assert len(query_results) == 2

expected_top_k = [10, 2]
expected_top_k = [5, 2]
expected_first_results = [DocumentWithScore(id=chunk.id,
text=chunk.text,
metadata=chunk.metadata,
Expand Down

0 comments on commit c45f9b9

Please sign in to comment.