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.
Understanding insert embeddings - FileMaker Pro Tutorial
From the course: Using AI with Filemaker Pro
Understanding insert embeddings
- [Instructor] Before implementing the semantics search functionality into your custom app, you must first select the data that you want to target from the database, and then you create something called embedded data. Embedded data refers to a transformed representation of the raw data, which could be text, images, or other inputs, that gets converted into numerical vectors. These capture the semantic meaning or features of the original data. At the time of this recording, these are the models that are supported by some of the script steps we're going to talk about in FileMaker version 21. Your version may have more support, but these are the ones that we're going to focus on. Specifically, we're going to use the OpenAI model in our exercises. So let's take a look at some of the script steps that leverage these models and create embeddings. You can use the insert embedding script step to generate a vector representation of input text using one of the supported embedding models that we…
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)
-