Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Jan 31, 2024
1 parent dd4e25f commit bf355a8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ def test_add_documents_with_ids(
assert (
index_stats["namespaces"][NAMESPACE_NAME]["vector_count"] == len(texts) * 2
)
assert index_stats["total_vector_count"] == len(texts) * 2
# only focused on this namespace now
# assert index_stats["total_vector_count"] == len(texts) * 2

@pytest.mark.xfail(reason="relevance score just over 1")
def test_relevance_score_bound(self, embedding_openai: OpenAIEmbeddings) -> None:
Expand Down

0 comments on commit bf355a8

Please sign in to comment.