Dirk Van Meerveld

Lesson 6: Similarity comparison with embeddings

💡 Full Course with Videos and Course Certificate (PDF): https://academy.finxter.com/university/openai-api-function-calls-and-embeddings/ Welcome back to part 6 of this tutorial series. In this part, we’re going to be looking at embeddings. What is an embedding? Without getting into algorithmic arithmetic an embedding is basically a numerical (vector) representation of text that makes no sense to us, but […]

Lesson 6: Similarity comparison with embeddings Read More »

Lesson 5: Calling functions that do not exist to extract structured data

💡 Full Course with Videos and Course Certificate (PDF): https://academy.finxter.com/university/openai-api-function-calls-and-embeddings/ Welcome back to part 5, Where we’ll be calling functions that do not even exist. We’ll also briefly touch on pitfalls, failures, and retrying to make our code more robust as introducing AI tends to make our code a little more unpredictable and therefore potentially

Lesson 5: Calling functions that do not exist to extract structured data Read More »

Lesson 4: Database querying using ChatGPT

💡 Full Course with Videos and Course Certificate (PDF): https://academy.finxter.com/university/openai-api-function-calls-and-embeddings/ Welcome back to part 4, where we’ll be doing something mind-blowing yet again! In this part, we will be connecting ChatGPT to a database and then using ChatGPT to extract information from the database using only natural language on the end user’s part. This is

Lesson 4: Database querying using ChatGPT Read More »

Lesson 3: Multiple functions and multiple calls

💡 Full Course with Videos and Course Certificate (PDF): https://academy.finxter.com/university/openai-api-function-calls-and-embeddings/ Welcome back to part 3, where we’ll take things one step further and look at having multiple functions and even calling multiple functions in a row. First, let’s make a second function for ChatGPT to call. We have ChatGPT with access to the current weather

Lesson 3: Multiple functions and multiple calls Read More »

Lesson 2: Function calls with parameters

💡 Full Course with Videos and Course Certificate (PDF): https://academy.finxter.com/university/openai-api-function-calls-and-embeddings/ Welcome to the second part of the tutorial, where we’ll look at the shortcomings of ChatGPT and use our functions with parameters to overcome them. First, make a file in your base directory called ‘Ba_chatgpt_no_weather.py’ and copy/paste the following basic code into it: This is

Lesson 2: Function calls with parameters Read More »

Lesson 1: Simple Function Request

💡 Full Course with Videos and Course Certificate (PDF): https://academy.finxter.com/university/openai-api-function-calls-and-embeddings/ Hi, and welcome. I’m Dirk van Meerveld, and I’ll be your host and guide for this tutorial series, where we’ll be focussing on OpenAi’s ChatGPT function calls and the embeddings API. Function calls will allow us to make ChatGPT even smarter by giving it access

Lesson 1: Simple Function Request Read More »