Can vector embeddings be used in a SwiftData Model? If yes, are there resources available to learn more about it? or at least a guided step on how to make it work?
SwiftData Vector Embeddings
No. SwiftData is just a traditional O/RM (Object-Relational Mapping) framework. Default underlaying is SQLite database.