Skip to content

Commit

Permalink
try changing dummy vector (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Jan 31, 2024
1 parent b6115c2 commit 60038c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(
)
self.dimension = actual_dimension or dimension

self._dummy_vector = [0.0] * self.dimension
self._dummy_vector = [-10.0] * self.dimension
self.environment = environment
self.index = index
self.namespace = namespace
Expand Down

0 comments on commit 60038c0

Please sign in to comment.