Skip to content

Commit 5387c83

Browse files
committed
remove textFields
1 parent efde474 commit 5387c83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

weaviate/collections/classes/config_vectors.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,6 @@ def multi2vec_weaviate(
321321
baseURL=base_url,
322322
model=model,
323323
imageFields=_map_multi2vec_fields(image_fields),
324-
# TODO: figure out how to workaround not supporting text fields
325-
textFields=_map_multi2vec_fields(None),
326324
),
327325
vector_index_config=_IndexWrappers.multi(
328326
vector_index_config, quantizer, multi_vector_config, encoding

0 commit comments

Comments
 (0)