Yes. I am not sure what functions I need to call to load the data from disk, and I suspect I am not configuring the hnsw index correctly to be able to do this.
I’m trying to use the db.VectorIndex interface functions located at “github.com/weaviate/weaviate/adapters/repos/db”
and the hnsw.New( function located at “github.com/weaviate/weaviate/adapters/repos/db/vector/hnsw”
I was trying to call hnsw.New( function a second time with the exact same paths that was used the first time, attempting to load the data from disk but wasn’t getting very far doing that.
No deployment method currently, calling the functions directly from the golang source code and using version 1.29.1 of the pkg.
Would greatly appreciate any insight on how to do this, your implementation of hnsw is very fast.