Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marieaurore123 committed Oct 7, 2024
1 parent 9b09639 commit d5dc56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-lancedb/examples/vector_search_local_ann.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::{env, sync::Arc};

use arrow_array::RecordBatchIterator;
use fixture::{as_record_batch, schema};
use lancedb::{index::vector::IvfPqIndexBuilder, DistanceType};
use lancedb::index::vector::IvfPqIndexBuilder;
use rig::vector_store::VectorStoreIndex;
use rig::{
embeddings::{EmbeddingModel, EmbeddingsBuilder},
Expand Down

0 comments on commit d5dc56a

Please sign in to comment.