Based on the ChromaDB documentation https://cookbook.chromadb.dev/core/collections/#cloning-a-collection, directly updating a collection’s HNSW parameters and reindexing is not an option. Instead, the process requires cloning the collection, updating the parameters during the clone, and then replacing the original collection