lancedb/lancedb

examples/simple.rs rust example uses unreleased code

Open

#1153 opened on Mar 23, 2024

View on GitHub
 (10 comments) (1 reaction) (0 assignees)HTML (10,303 stars) (876 forks)batch import
Rustdocumentationgood first issue

Description

Description

In examples/simple.rs it has the following code:

use lancedb::arrow::IntoArrow;

...

fn create_some_records() -> Result<impl IntoArrow> {

   ...

}

but on the latest release lancedb = "0.4.13" there is no IntoArrow trait. For example search for "IntoArrow" in this file.

Link

https://lancedb.github.io/lancedb/basic/#installation

Contributor guide