ZachNagengast / similarity-search-kit

🔎 SimilaritySearchKit is a Swift package providing on-device text embeddings and semantic search functionality for iOS and macOS applications.
https://discord.gg/2vBQcF3nU5
Apache License 2.0
333 stars 34 forks source link

Is it possible to get all-mpnet-base-v2 supported? #40

Open hypermoose opened 3 months ago

ZachNagengast commented 3 months ago

The model is a bit large for this github repo in it's current state (>100MB files require LFS, which doesn't work well with xcode's version of swift package manager). With swift-transformers available now, it could certainly be a downloadable option, but that would require some reworking.