lancedb/lancedb

examples/simple.rs rust example uses unreleased code

Open

#1,153 创建于 2024年3月23日

在 GitHub 查看
 (10 评论) (1 反应) (0 负责人)HTML (10,303 star) (876 fork)batch import
Rustdocumentationgood first issue

描述

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

贡献者指南