Skip to content

Commit 176def6

Browse files
committed
remove explicit enabled flag for muvera
1 parent 9d710df commit 176def6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

weaviate/collections/classes/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2048,13 +2048,12 @@ def __add_props(
20482048
class _VectorIndexMultivectorEncoding:
20492049
@staticmethod
20502050
def muvera(
2051-
enabled: bool = True,
20522051
ksim: Optional[int] = None,
20532052
dprojections: Optional[int] = None,
20542053
repetitions: Optional[int] = None,
20552054
) -> _EncodingConfigCreate:
20562055
return _MuveraConfigCreate(
2057-
enabled=enabled,
2056+
enabled=True,
20582057
ksim=ksim,
20592058
dprojections=dprojections,
20602059
repetitions=repetitions,

0 commit comments

Comments
 (0)