lance-format/lance

`load_indices` should include index config

Open

#2039 aperta il 7 mar 2024

Vedi su GitHub
 (4 commenti) (2 reazioni) (0 assegnatari)Rust (695 fork)github user discovery
enhancementgood first issuehelp wanted

Metriche repository

Star
 (6582 star)
Metriche merge PR
 (Merge medio 6g 1h) (219 PR mergiate in 30 g)

Descrizione

Ideally the output from load_indices would allow to both know

  • Whether the index is an IvfPq index or a Btree index
  • What parameters were used to train the index

Today I can kind of guess the first one based on the type of column but once we add more vector index types this will no longer be possible.

I have no way today of getting the parameters. This can be very useful because users may forget these things and want to examine them (e.g. because they've learned more about vector indices and now they want to know if they need to rebuild their index or not).

Guida contributor