weaviate.exceptions.WeaviateQueryError: Query call with protocol GRPC search failed with message object search at index

Hey - we will start vectorizing objects in 1.33 but ONLY if:

  • you are using named vectors (recommended), eg are creating your vectors using wvc.config.Configure.Vectors.XXX
  • explicitly add them via your source properties `wvc.config.Configure.Vectors.text2vec_XXX(source_properties=[“prop1”, “prop2”])`
2 Likes