Hello, i have a question regarding my stored vectors using chromadb, is it only VectorStoreIndex where i can load index from stored vectors? index = VectorStoreIndex.from_vector_store( vector_store, storage_context=storage_context, service_context=service_context, )
or is their also other way to achieve this using SummaryIndex or SimpleKeywordTableIndex?