import chromadb client = chromadb.Client(...) coll = client.get_collection("<name of the collection>") data = coll.get() # Gets all the data