lance-format/lance

`load_indices` should include index config

Open

#2,039 创建于 2024年3月7日

在 GitHub 查看
 (4 评论) (2 反应) (0 负责人)Rust (695 fork)github user discovery
enhancementgood first issuehelp wanted

仓库指标

Star
 (6,582 star)
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).

贡献者指南