Questions about vector search index

When I use the vector search index, I encountered the following problem: Using <CALL db.index.vector.createNodeIndex('vectorindex', 'label', 'embedding', 1536, 'cosine')> I don’t know how to create indexes for multiple node labels, and the list method similar to the full-text search index does not work.