Skip to content

Commit 5cee535

Browse files
committed
Remove redundant CandleTextEmbedder import for non-macOS/Windows platforms
1 parent e093d9b commit 5cee535

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/semantic_search_client/src/client/implementation.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ use crate::client::{
1717
utils,
1818
};
1919
use crate::config;
20-
#[cfg(not(any(target_os = "macos", target_os = "windows")))]
21-
use crate::embedding::CandleTextEmbedder;
2220
use crate::embedding::{
2321
EmbeddingType,
2422
TextEmbedderTrait,

0 commit comments

Comments
 (0)