Back to Browse

OpenAI Assistants API - Part 1: information retrieval functionality with working code

14.8K views
Nov 8, 2023
20:46

This a 3 part series to explain and demo how OpenAI's Assistant API works: - Part 1: Information Retrieval (https://youtu.be/ClfyQNkTeUc) - Part 2: Adding Agents with Function Calling (https://youtu.be/BV-_5_r46kE) - Part 3: Code Interpreter with Run Steps walk through (https://youtu.be/gWQhhq--Fh4) To get a copy of the code on google colab notebook, come find and follow me (Lily Cheng) on Linked-in and I'll send it to you! OpenAI just announced the brand new Assistants API on DevDay and it's so hot, it's taken down the whole chatGPT and API service! Assistant API basically enables you to easily build a custom chatbot on top of the GPT4 LLM that knows how to retrieve additional information from files that you upload and also can take actions (like agent functionality) by being able to call up to 128 functions that you give it. You would've heard about "GPTs" from DevDay - this is the same functionality but exposed via API In this video, I will explain the new lingo and how it all works conceptually, then work through a retrieval demo and also show you how it works on the no-code interface.

Download

1 formats

Video Formats

360pmp429.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

OpenAI Assistants API - Part 1: information retrieval functionality with working code | NatokHD