Skip to content

Conversation

@erik-wang-lancedb
Copy link
Contributor

@erik-wang-lancedb erik-wang-lancedb commented Dec 7, 2025

Add summary table for index, + separate table for quantization for clarity (as opposed to new row for IvfPq, IvfRq, IvfFlat, etc. Just have one row IVF one row HNSW, and diff table for quantization methods)

#13

Reference existing bindings via:
https://github.com/lancedb/lancedb/blob/main/python/python/lancedb/index.py#L696
https://github.com/lancedb/lancedb/blob/main/rust/lancedb/src/index.rs#L279
https://github.com/lancedb/lancedb/blob/main/nodejs/lancedb/indices.ts#L563

Also added OSS FTS Example (use create_index with FTS instead of create_fts_index for AsyncTable). Added as expandable under note, to not clutter page. #19

@erik-wang-lancedb erik-wang-lancedb changed the title Add summary tables for index and quantization types Add summary tables for index and quantization types + FTS OSS Example Dec 7, 2025
@erik-wang-lancedb erik-wang-lancedb marked this pull request as draft December 7, 2025 20:25
@erik-wang-lancedb
Copy link
Contributor Author

Need to make FTS OSS Example testable snippet

@erik-wang-lancedb erik-wang-lancedb marked this pull request as ready for review December 10, 2025 05:51
@erik-wang-lancedb erik-wang-lancedb merged commit 5918c40 into main Dec 10, 2025
1 check passed
@erik-wang-lancedb erik-wang-lancedb deleted the feat/add-vector-index-page branch December 10, 2025 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant