Skip to content

Commit

Permalink
try changing dummy vector
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Jan 31, 2024
1 parent b6115c2 commit bc50194
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 bc50194

Please sign in to comment.