lance-format/lance

`load_indices` should include index config

開放

#2,039 建立於 2024年3月7日

 (4 則留言) (2 個反應) (0 位負責人)Rust (695 個分叉)github user discovery
enhancementgood first issuehelp wanted

倉庫指標

星標
 (6,582 顆星)
PR 合併指標
 (平均合併 6天 1小時) (30 天內合併 219 個 PR)

描述

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).

貢獻者指南