Skip to content

Commit

Permalink
Saving the plan in the setup function.
Browse files Browse the repository at this point in the history
  • Loading branch information
codetalker7 committed Jun 7, 2024
1 parent 0f4262f commit b594842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/indexing/collection_indexer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,6 @@ function setup(indexer::CollectionIndexer)

@info "Creating $(indexer.num_partitions) clusters."
@info "Estimated $(indexer.num_embeddings_est) embeddings."

_save_plan(indexer)
end

0 comments on commit b594842

Please sign in to comment.