mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-22 21:09:58 +00:00
feat: add missing rust examples (#2583)
all 3 example are running now with: ``` cargo run --example simple cargo run --example full_text_search cargo run --example ivf_pq ``` Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com> Co-authored-by: Weston Pace <weston.pace@gmail.com>
This commit is contained in:
@@ -124,6 +124,15 @@ required-features = ["sentence-transformers"]
|
||||
name = "bedrock"
|
||||
required-features = ["bedrock"]
|
||||
|
||||
[[example]]
|
||||
name = "simple"
|
||||
|
||||
[[example]]
|
||||
name = "full_text_search"
|
||||
|
||||
[[example]]
|
||||
name = "ivf_pq"
|
||||
|
||||
[[example]]
|
||||
name = "hybrid_search"
|
||||
required-features = ["sentence-transformers"]
|
||||
|
||||
Reference in New Issue
Block a user