Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Jan 31, 2024
1 parent 777cc9e commit 14afd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/pgvector/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def document_store(request):
connection_string = "postgresql://postgres:postgres@localhost:5432/postgres"
table_name = f"haystack_{request.node.name}"
embedding_dimension = 768
vector_function = "cosine_distance"
vector_function = "cosine_similarity"
recreate_table = True
search_strategy = "exact_nearest_neighbor"

Expand Down

0 comments on commit 14afd60

Please sign in to comment.