Migration from compact to hnsw

Hello, I just remade rebuild my code structure to use multitenant, but the index generated before was lsm_compation with _Node. How to migrate to hnsw style without loosing my indexes?

Hi Matheus!

You will have to run thru all your objects, and import them on a new class with the proper configurations you want.

For that, you can use the Cursor API:

Let me know if that helps :slight_smile: