Skip to content

Commit

Permalink
Resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdeleong committed Sep 4, 2024
1 parent 1800a04 commit 650fedb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions retrieval_service/datastore/providers/neo4j_graph_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ async def test_amenities_search(
top_k: int,
expected: List[Any],
):

res, sql = await ds.amenities_search(query_embedding, similarity_threshold, top_k)

assert res == expected
assert sql is None

0 comments on commit 650fedb

Please sign in to comment.