From the course: Using AI with Filemaker Pro
Unlock this course with a free trial
Join today to access over 24,300 courses taught by industry experts.
Working with Perform Semantic Find - FileMaker Pro Tutorial
From the course: Using AI with Filemaker Pro
Working with Perform Semantic Find
- [Narrator] Once we have created and stored embedding vectors in our FileMaker file, we can leverage those vectors to do things like perform a semantic find, and we'll do so with script support and calculation support in FileMaker. So let's implement a perform semantic find function inside the meetings file so we can see how this works. So first off, we're going to go under Scripts, because we're going to create a script to perform semantic find. Let's hit the plus button to add a new script. Let's call this one Perform Semantic Find. And the very first script step we're going to put in here is actually the Perform Script. Because like we've done in previous exercises, we want to have the Configure AI Account script run, that will effectively flip the switch to on to allow us access to the account that we configured in that script, which is the Open AI's Embeddings Account, specifically that small embeddings account, because we are going to need access to that in the upcoming script…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
(Locked)
AI in FileMaker Pro 20244m 32s
-
(Locked)
Setting up AI integration3m 50s
-
(Locked)
Understanding insert embeddings4m 7s
-
(Locked)
Understanding GetEmbedding2m 14s
-
(Locked)
Working with embeddings5m 10s
-
(Locked)
Understanding Perform Semantic Find4m 13s
-
(Locked)
Working with Perform Semantic Find5m 46s
-
(Locked)
Testing Perform Semantic Find4m 43s
-
(Locked)
Understanding cosine similarity3m 11s
-
(Locked)
Working with cosine similarity4m 44s
-
Working with GetEmbedding6m 4s
-
(Locked)
Understanding optimizing AI usage4m 40s
-
(Locked)
Working with Set AI Call Logging3m 8s
-
(Locked)
Working with token counts6m 50s
-
(Locked)
-