Skip to content

Commit

Permalink
tests: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Oct 31, 2024
1 parent 75058ad commit 48d97d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/embed_tests/test_local_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,5 +812,8 @@ def test_image(prefer_grpc):
collection_name=COLLECTION_NAME,
)

local_client.query_points(COLLECTION_NAME, dense_image_1)
remote_client.query_points(COLLECTION_NAME, dense_image_1)

local_client.delete_collection(COLLECTION_NAME)
remote_client.delete_collection(COLLECTION_NAME)

0 comments on commit 48d97d5

Please sign in to comment.