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 embeddings - FileMaker Pro Tutorial
From the course: Using AI with Filemaker Pro
Working with embeddings
- [Instructor] Let's add the ability to create embeddings, so that we can perform semantic searches against those embeddings. So, inside of our exercise file, which is a Meetings file, you'll notice that we have this Notes field here, which is a big chunk of text. And what we're going to do is we're going to turn that text into vector embeddings, and that's what we're going to be able to search against. So, first, let's create a field where we can store the vector embeddings. We're going to go in our File, Manage, Database. Inside the Meetings table, let's click in Field Name and add a name for our field. Let's call it Note_Embedding. Now the type of the field is very important. The name doesn't matter so much, you can name it whatever you want, but the type, you can actually make it a Text field, but you'll be storing a lot of data in that field, and in order to search on it, you're going to have to use indexes, and, really, that's not the performant way to do it. The best practice…
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)
-