You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to achieve some class object property reference links to other class objects property in order to reduce process time for the vectorization and memory. But We are facing issue with below error when calling to batch.add_reference() error as {'error': [{'message': "ref batch: write inverted batch: write additions: no bucket for prop 'section_content__meta_count' found"}]} Setup for test: We are using weaviate 1.18.2 version:
We followed steps as per reference example https://weaviate.io/developers/weaviate/client-libraries/python#manual-batching
Can you please provide complete setup of example or is there any bug in provided example steps.
The text was updated successfully, but these errors were encountered:
We are trying to achieve some class object property reference links to other class objects property in order to reduce process time for the vectorization and memory. But We are facing issue with below error when calling to batch.add_reference() error as
{'error': [{'message': "ref batch: write inverted batch: write additions: no bucket for prop 'section_content__meta_count' found"}]}
Setup for test: We are using weaviate 1.18.2 version:
We followed steps as per reference example https://weaviate.io/developers/weaviate/client-libraries/python#manual-batching
Can you please provide complete setup of example or is there any bug in provided example steps.
The text was updated successfully, but these errors were encountered: