Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3588

Check if data exist in collection

$
0
0

Hi,

you can just do

collection = client.collections.get(class_name)
nr_objects = len(collection)

then you know how many objects there are in the collection


Viewing all articles
Browse latest Browse all 3588

Trending Articles