Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cvauclair committed Nov 29, 2024
1 parent 564b9a6 commit 8a88d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-core/src/vector_store/in_memory_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ impl<M: EmbeddingModel + Sync, D: Serialize + Sync + Send + Eq> VectorStoreIndex
mod tests {
use std::cmp::Reverse;

use crate::{embeddings::embedding::Embedding, vector_store, OneOrMany};
use crate::{embeddings::embedding::Embedding, OneOrMany};

use super::{InMemoryVectorStore, RankingItem};

Expand Down

0 comments on commit 8a88d55

Please sign in to comment.