Skip to content

Commit

Permalink
Test in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-aerospike committed Oct 17, 2024
1 parent 57b7829 commit 76ee876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aerospike_vector_search/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def _to_pb2(self):
if self.max_mem_queue_size:
params.maxMemQueueSize = self.max_mem_queue_size

if self.enableVectorIntegrityCheck:
if self.enable_vector_integrity_check:
params.enableVectorIntegrityCheck = self.enable_vector_integrity_check

params.batchingParams.CopyFrom(self.batching_params._to_pb2())
Expand Down

0 comments on commit 76ee876

Please sign in to comment.