Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rust/lance-arrow/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# lance-arrow

`lance-arrow` is a internal sub-crate, containing [Apache-Arrow](https://github.com/apache/arrow-rs)
extensions used by [Lance](https://github.com/lancedb/lance).
`lance-arrow` is an internal sub-crate, containing [Apache-Arrow](https://github.com/apache/arrow-rs)
extensions used by [Lance](https://github.com/lance-format/lance).

**Important Note**: This crate is **not intended for external usage**.

Expand Down
2 changes: 1 addition & 1 deletion rust/lance-index/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# lance-index

`lance-index` is an internal sub-crate, containing various vector index implementations
used in [Lance](https://github.com/lancedb/lance).
used in [Lance](https://github.com/lance-format/lance).

**Important Note**: This crate is **not intended for external usage**.

Expand Down
4 changes: 2 additions & 2 deletions rust/lance-linalg/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lance Linear Algebra Library

`lance-linalg` is a internal sub-crate, containing [Apache-Arrow](https://github.com/apache/arrow-rs)
native linear algebra algorithm used the [Lance](https://github.com/lancedb/lance).
`lance-linalg` is an internal sub-crate, containing [Apache-Arrow](https://github.com/apache/arrow-rs)
native linear algebra algorithms used by [Lance](https://github.com/lance-format/lance).


Loading