diff --git a/Examples/BasicExample/BasicExample/ContentView.swift b/Examples/BasicExample/BasicExample/ContentView.swift index 12e51cb..9437b8a 100644 --- a/Examples/BasicExample/BasicExample/ContentView.swift +++ b/Examples/BasicExample/BasicExample/ContentView.swift @@ -20,9 +20,6 @@ struct ContentView: View { func loadIndex() async { var model: any EmbeddingsProtocol = MiniLMEmbeddings() - #if canImport(NaturalLanguage.NLContextualEmbedding) - embeddingModel = NativeContextualEmbeddings(language: .english) - #else similarityIndex = await SimilarityIndex( model: model,