weaviate / weaviate-examples

Weaviate vector database – examples
MIT License
291 stars 71 forks source link

Batch add_reference() error while links to other class objects property. #59

Open dilipmane opened 1 year ago

dilipmane commented 1 year ago

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.