Welcome wilhelmjung to the LanceDB contributor community!
Based on community feedback, we added a lot more documentation about the ANN index and querying features.
We also made the distance metric configurable (currently supports L2 and Cosine, more to come).
What's Changed
* add ann_index to main doc page by gsilvestrin in https://github.com/lancedb/lancedb/pull/38
* Update index.md by wilhelmjung in https://github.com/lancedb/lancedb/pull/39
* skipping embeddings rate limit when python version > 3.10 by gsilvestrin in https://github.com/lancedb/lancedb/pull/37
* Minor notebook fix. Closes 40 by changhiskhan in https://github.com/lancedb/lancedb/pull/45
* Make distance metric configurable in LanceDB by changhiskhan in https://github.com/lancedb/lancedb/pull/47
* Add more detailed docs for the ANN index and search features by changhiskhan in https://github.com/lancedb/lancedb/pull/46
New Contributors
* wilhelmjung made their first contribution in https://github.com/lancedb/lancedb/pull/39
**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1...v0.1.1