issues
search
ashvardanian
/
SwiftSemanticSearch
Real-time on-device text-to-image and image-to-image Semantic Search with video stream capture using USearch & UForm AI Swift SDKs for Apple devices 🍏
https://github.com/unum-cloud/uform
92
stars
7
forks
source link
Fix a disk error
#7
Closed
Hyukjae-Jang
closed
3 days ago
Hyukjae-Jang
commented
3 days ago
Fix the issue:
#4
The issue seems to be caused by trying to write the index to
Bundle.main.resourcePath
, which is read-only.
So I fetched a new path from the document directory and updated it to write the index there.
ashvardanian
commented
3 days ago
Thanks @Hyukjae-Jang!
Bundle.main.resourcePath
, which is read-only.