Duda Nogueira

Results 13 issues of Duda Nogueira

### How to reproduce this bug? Try changing the description of a collection in 1.25.1 ```python import weaviate client = weaviate.connect_to_local() client.collections.delete("Test") col = client.collections.create( "Test", description="This is a test"...

bug

### How to reproduce this bug? Run this: ```python import weaviate client = weaviate.connect_to_local() client.collections.delete("MyCollection") collection = client.collections.create("MyCollection") content = [ {"name": "Duda", "vector":[1,2,3,4,5]}, {"name": "Bob", "vector":[1,2,3,4,5,6,7,8,9,10]}, {"name": "Byron", "vector":[1,2,3,4,5,6]}...

bug