Skip to content

Commit

Permalink
danse dense revolution 🕺
Browse files Browse the repository at this point in the history
  • Loading branch information
coszio authored and generall committed Jul 1, 2024
1 parent 1c9dfcc commit 00d9b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/congruence_tests/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def dense_query_text_scroll(
limit=10,
)

def dense_dense_query_fusion(self, client: QdrantBase) -> models.QueryResponse:
def dense_query_fusion(self, client: QdrantBase) -> models.QueryResponse:
return client.query_points(
collection_name=COLLECTION_NAME,
prefetch=[
Expand Down Expand Up @@ -862,7 +862,7 @@ def test_dense_query_fusion():
remote_client = init_remote()
init_client(remote_client, fixture_points)

compare_client_results(local_client, remote_client, searcher.dense_dense_query_fusion)
compare_client_results(local_client, remote_client, searcher.dense_query_fusion)
compare_client_results(local_client, remote_client, searcher.deep_dense_queries_fusion)


Expand Down

0 comments on commit 00d9b24

Please sign in to comment.