Natural Language Search with Apple's FoundationsModels framework Part 2: Using Tools
Learn how to use Apple's FoundationModels framework to parse user input into powerful filters for real-estate listings.
Previously, I wrote Natural Language Search with Apple's FoundationsModels framework?!, which explores Apple’s FoundationModels ability to find the correct answer when given a mix of natural language options. For example, if the model is given 5 real-estate listings, can it figure out which of the 5 matches the user’s query (e.g. pet-friendly)? TLDR - n…