Vector Embeddings Tutorial - Code Your Own AI Assistant with GPT-4 API + LangChain + NLP

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2023
  • Learn about vector embeddings and how to use them in your machine learning and artificial intelligence projects. Learn how to create an AI assistant with vector embeddings. You'll use OpenAI's GPT-4 API, LangChain, and Natural Language Processing techniques (NLP).
    ✏️ Course created by ‪@aniakubow‬
    ⭐️ Contents ⭐️
    ⌨️ (00:27) Introduction
    ⌨️ (01:49) What are vector embeddings?
    ⌨️ (02:14) Text embeddings
    ⌨️ (07:58) What are vector embeddings used for?
    ⌨️ (11:05) How to generate our own text embedding with OpenAI
    ⌨️ (14:37) Vectors and databases
    ⌨️ (16:02) Getting our database set up
    ⌨️ (18:05) Langchain
    ⌨️ (19:24) Let’s build an Ai Assistant
    🎉 Thanks to our Champion and Sponsor supporters:
    👾 davthecoder
    👾 jedi-or-sith
    👾 南宮千影
    👾 Agustín Kussrow
    👾 Nattira Maneerat
    👾 Heather Wcislo
    👾 Serhiy Kalinets
    👾 Justin Hual
    👾 Otis Morgan
    👾 Oscar Rahnama
    --
    Learn to code for free and get a developer job: www.freecodecamp.org
    Read hundreds of articles on programming: freecodecamp.org/news

ความคิดเห็น • 157

  • @aniakubow
    @aniakubow 9 หลายเดือนก่อน +189

    So much love for this incredible community! Hope you like this video

    • @Isciaszinco
      @Isciaszinco 9 หลายเดือนก่อน +5

      Thanks for the work, hope you gain 1 million subs🎉

    • @dot_dot_pwn2650
      @dot_dot_pwn2650 9 หลายเดือนก่อน +6

      seriously, you guys have no idea how much I've learned from this channel. The value is incalculable. Thank you so much!

    • @rameezalam1968
      @rameezalam1968 9 หลายเดือนก่อน +2

      You look like A.i generated model😅

    • @sattineez
      @sattineez 8 หลายเดือนก่อน +1

      Thank you for all your work 🙏 you are an inspiration 😊 I hope one day I can be as good as you

    • @ArghyadeepPal
      @ArghyadeepPal 8 หลายเดือนก่อน

      @@rameezalam1968 😂

  • @nAIT369
    @nAIT369 9 หลายเดือนก่อน +115

    do you agree that this legendary channel is better than most paid courses for coding out there?

    • @toddmarshall7573
      @toddmarshall7573 9 หลายเดือนก่อน +11

      Having programmed since 1963, it looks like a return to COBOL. Programming today is 90% getting things hooked up. 10% getting things done. 100% being clueless as to what's going on under the covers. Follow the bouncing ball programming.

    • @shrdn2960
      @shrdn2960 9 หลายเดือนก่อน +4

      A few months following their courses and their YT channel. I believe it's as useful (if not more) than my university degree, which took a lot of money and years.

    • @Suraj_hps
      @Suraj_hps 9 หลายเดือนก่อน +3

      I just completed their certification course in responsive web design and actually learned a lot from any other course and only in 40 days (300-350hours )and everything for free too

    • @Jd-zd6bh
      @Jd-zd6bh 9 หลายเดือนก่อน

      what, do you mean there is such thing as a paid course?? I am already 100% clueless. .

    • @Suraj_hps
      @Suraj_hps 9 หลายเดือนก่อน

      @@Jd-zd6bh I said it's free means it is free all courses on their website with certificate

  • @minsupark9246
    @minsupark9246 4 หลายเดือนก่อน +5

    This lecture on vector embedding is undoubtedly one of the best I've encountered! Huge thanks to Ania and FCC! Kudos to you all!

  • @kangmoabel
    @kangmoabel 9 หลายเดือนก่อน +46

    Can we stop just for a moment and appreciate her!!! learned loads of thing from you!!! hats off 🎓🎓 ❤❤ love you from Ethiopia

    • @maciej2320
      @maciej2320 9 หลายเดือนก่อน +3

      She's an actor. There's tonnes of people behind the scene to write this content.

    • @Ethiopian_language
      @Ethiopian_language 9 หลายเดือนก่อน

      ​@maciej2320 wow amazing me too from Ethiopia ❤

    • @jay_wright_thats_right
      @jay_wright_thats_right หลายเดือนก่อน

      How do you know she's creating the content? You learned loads of stuff but is it making your more money?

  • @user-kt2kz5qg4z
    @user-kt2kz5qg4z 6 หลายเดือนก่อน +3

    10:51 THIS is a 'golden nugget' right here: "The core advantage of vector embeddings..." Such a great summation of exactly what an ai model really is. Thanks for such a fantastic video. I love it !

  • @MarcusNeufeldt
    @MarcusNeufeldt 9 หลายเดือนก่อน +22

    🎯 Key Takeaways for quick navigation:
    00:00 📘 Anikubo's course covers vector embeddings using OpenAI's GPT-4.
    01:49 🖥️ Vector embeddings transform various data types into numeric forms for algorithm processing.
    06:12 📈 Numbers can represent complex data, and cosine similarity helps compare them.
    08:04 🌐 Embeddings find applications in recommendation systems, NLP tasks, and more.
    14:04 🛠️ LangChain, an open-source framework, enhances AI interactions, chaining models and data.
    23:25 🛠️ The tutorial walks through setting up a Python environment and key scripting steps.
    24:22 ⚙️ Essential packages and tools are installed for AI development.
    33:17 🤖 The AI assistant, using vector-based search, fetches relevant documents from a database.
    Made with HARPA AI

    • @Legacyposh
      @Legacyposh 9 หลายเดือนก่อน +1

      You're a lifesaver

  • @ChameeraDedduwage
    @ChameeraDedduwage หลายเดือนก่อน

    Wow. Probably the best lecture to meaningfully explain what vector embeddings are, and how cosine similarity works. Thank you very much!

  • @nocopyrightgameplaystockvi231
    @nocopyrightgameplaystockvi231 9 หลายเดือนก่อน +16

    Fun fact : GPT3 has vector embedding sizes of around 12,888 which is 100 times more than tiny models and 25 times more than normal NLP models.

  • @davidtindell950
    @davidtindell950 8 หลายเดือนก่อน +2

    thank you. a TIMELY course for my projects!

  • @easygreasy3989
    @easygreasy3989 6 หลายเดือนก่อน +1

    So well done and well put together! Thanks for the value ❤

  • @Lemure_Noah
    @Lemure_Noah 7 หลายเดือนก่อน +2

    Simply love this presentation! That vec math (King - man + woman = Queen) just blow my mind!

  • @sslvsme5763
    @sslvsme5763 7 หลายเดือนก่อน +2

    Wow the instructor for this vid was actually amazing. I only clicked on it because It was 30 minutes long, having no real intention to actually learn and just have play in the background while I read a textbook for fizz. The instructor was phenomenal, I understood everything she said, every instruction was clear to follow although I only really know some JavaScript and cpp. I actually learned a few things. Before the video began like I said no real intentions of implementing this but since I actually learned and understood pretty much all of it I could see myself actually implementing it on some project and adding it to my resume. Would be cool. Thanks

  • @KnowThings101
    @KnowThings101 7 หลายเดือนก่อน

    Thanks for this amazing session loved it

  • @bilalahmedkhan5876
    @bilalahmedkhan5876 9 หลายเดือนก่อน

    Thank you! this was really insightful.

  • @wingleungchoi3110
    @wingleungchoi3110 8 หลายเดือนก่อน

    Thank you so much for this amazing video! I learnt a lots from it!

  • @limitedgain6433
    @limitedgain6433 9 หลายเดือนก่อน

    Thank you for sharing the information and knowledge.

  • @adityanjsg99
    @adityanjsg99 9 หลายเดือนก่อน +2

    This channel is goldmine

  • @ShadowMind312
    @ShadowMind312 9 หลายเดือนก่อน +8

    I did this in my Numerical Analysis course using Maple and MatLab. Then i did some analysis on images when i took Fourier analysis. Shame i never got much chance to use it professionally, as i tend to work with financial data.

    • @meguellatiyounes8659
      @meguellatiyounes8659 9 หลายเดือนก่อน +2

      Those skills are usefull for grad and research

  • @shakilkhan4306
    @shakilkhan4306 9 หลายเดือนก่อน +2

    I just studying on this...Thanks

  • @Salvatore769
    @Salvatore769 9 หลายเดือนก่อน +1

    Great video very detailed 🎉 0:35

  • @Kishor-ai
    @Kishor-ai 9 หลายเดือนก่อน

    Thanks for making this video

  • @candidofinda7819
    @candidofinda7819 9 หลายเดือนก่อน

    very good your class of tecnology

  • @elijahkulpinski4983
    @elijahkulpinski4983 9 หลายเดือนก่อน

    This came just in time as I just discovered Flowise which is just a code-less LangChain and wanted to play around with long term memory for my models

  • @Ethiopian_language
    @Ethiopian_language 9 หลายเดือนก่อน +1

    Wow mashallah you are amazing freecodecam we love you from Ethiopia 🇪🇹
    I was take certificate of responsive web development that was amazing ❤❤❤

  • @broadcastdave
    @broadcastdave 9 หลายเดือนก่อน +2

    Ania is the best.

  •  4 หลายเดือนก่อน +1

    Incroyable !

  • @jasintanuwijaya5203
    @jasintanuwijaya5203 9 หลายเดือนก่อน

    When we do ask question using the vector database like "what are the biggest questions in science" does it consume token from open api also?

  • @opalrun
    @opalrun 5 หลายเดือนก่อน

    Great tutorial, thanks! Lol at those answers it was spitting out though...

  • @TheOntheskies
    @TheOntheskies 4 หลายเดือนก่อน

    Awesome Video to get started in AI. Any reason why you used datastax instead of a vector DB like pinecone?

  • @rafaelbatres5280
    @rafaelbatres5280 4 หลายเดือนก่อน

    Amazing explanation! How could I use an existing Access database for my data set? It actually contains text reports and keywords for each report.

  • @myslates2854
    @myslates2854 9 หลายเดือนก่อน +6

    This is a very good video but I would like to understand why do we need datastax and store in DB if the intension is just to use as prompt and get answer. We can get directly from the OPenAI with key and prompt without storing or anything to do with vector embedding and those will be internal to OpenAI, I wanted to understand the use case of approach.

    • @chidiebere
      @chidiebere 8 หลายเดือนก่อน

      Valid question

    • @giovanimaciel1651
      @giovanimaciel1651 8 หลายเดือนก่อน +1

      I believe this method is better than fine-tuning and significantly superior to using prompts, especially when you have a lot of information; the chat will provide much better answers.

    • @AbdulBasetWangde
      @AbdulBasetWangde 12 วันที่ผ่านมา

      I think this is more for AI to answer questions on your data..hence she downloaded data from hugging face . But this could also be your own data vectorized..stored in db and queried . I may be wrong but this what I infer.

  • @fl4tcircl3
    @fl4tcircl3 6 หลายเดือนก่อน

    Brilliant!

  • @Jonathan-rm6kt
    @Jonathan-rm6kt 7 หลายเดือนก่อน

    8:50 this is where I’m stuck in my project. Looking for a way to “inject” rule based text embedding, like an indicator variable, the shows the text belongs to some parent structure. Similarly, want to create custom embedding function that will be highly weighted for certain regex text patterns. Need to guarantee that cos similarly is 100 percent if regex matches. Are text embedding the right approach?

  • @DennisKenneybees
    @DennisKenneybees 9 หลายเดือนก่อน +7

    Any educational course should always first explain what prerequisites are necessary to understand and learn the course material.

    • @AceOnBase1
      @AceOnBase1 7 หลายเดือนก่อน +1

      Think its safe to assume if youre here that you know a bit of CS at least.

  • @RobertAlexanderRM
    @RobertAlexanderRM 4 หลายเดือนก่อน

    @AniaKubow you're great at explaining. The only thing lacking in this otherwise excellent video is Poetry ;)

  • @josecarlosmarques4012
    @josecarlosmarques4012 6 หลายเดือนก่อน

    tks a lot amazin video

  • @fuad471
    @fuad471 12 วันที่ผ่านมา

    Thank you for tutorial. does some llms models and tools like chatgpt handles all the tasks related to from storing data to vectorbases and querying relevant data ? doesnt openai provide any database for storing the embedded text so that we used cassandra for this purpose?

  • @user-ss1or5jh5b
    @user-ss1or5jh5b 8 หลายเดือนก่อน +1

    When calculating cosine similarity, does a value closer to 1 mean more similar and a value closer to -1 mean less similar?

    • @opalrun
      @opalrun 5 หลายเดือนก่อน +1

      1 indicates an identical vector, or very close semantic meaning, or even identical text. (Note that it's the similarity of the vector's direction only, not scale.) 0 indicates an orthogonal relationship, ie, unrelated semantically. -1 in theory represents complete semantic opposition, but in practice, a perfect -1 is rare in natural language contexts.

  • @tanmaybrahmachari
    @tanmaybrahmachari 9 หลายเดือนก่อน

    Hey, I would love you could somehow make a video on bun and scyllaDB, been trying to learn them but theres no source 😥

  • @KumR
    @KumR 4 หลายเดือนก่อน

    Wow. .Lovely

  • @DrAIScience
    @DrAIScience 4 หลายเดือนก่อน

    Can we do this for image search? Can we see embeddings of images? Can langchain do that? Thanks

  • @nonstopper
    @nonstopper 9 หลายเดือนก่อน

    Embeddings vs Fine tuning?

  • @GreySavo
    @GreySavo 9 หลายเดือนก่อน

    Thank you for so clearly and articulately presenting these lessons for us for free! Your eyes, your smile, and your beauty all together it is incredibly distracting to me though haha! I mean you are one of the most gorgeous women I've ever seen in my life and I appreciate your time. Sorry to come off like a creep but you're stunning.

  • @philipkimani1262
    @philipkimani1262 5 หลายเดือนก่อน

    This was a super helpful tutorial. I have a quick question if you have a sec: what is the role of hugging face in the above tutorail?

  • @sitrakaforler8696
    @sitrakaforler8696 7 หลายเดือนก่อน

    dam now I need the TIME x)

  • @EDUARDOCAPANEMAecapanema
    @EDUARDOCAPANEMAecapanema 8 หลายเดือนก่อน

    a git with that would be awesome

  • @frogfox9577
    @frogfox9577 7 หลายเดือนก่อน

    we have to have a GPT-4 prenium suscription fo follow this course ?

  • @toddmarshall7573
    @toddmarshall7573 9 หลายเดือนก่อน +1

    9:50 "...we also use it for information retrieval...": How does it deal with misspellings, either in the query or in the training data?

    • @TropicalCoder
      @TropicalCoder 9 หลายเดือนก่อน

      With a lower score than expected

    • @technolus5742
      @technolus5742 9 หลายเดือนก่อน +1

      The model has seen misspellings before, and it knows they are related to the correct spelling more than other words.

    • @toddmarshall7573
      @toddmarshall7573 9 หลายเดือนก่อน

      Amazing. How could it know? @@technolus5742

  • @smitpatel9722
    @smitpatel9722 8 หลายเดือนก่อน

    Is python good language to learn dsa?.. because on the internet there are lot of guys who are telling that you should learn java/c++

  • @blaketheshepherd
    @blaketheshepherd 5 หลายเดือนก่อน

    Is it possible to connect this to a custom GPT for the openai store?

  • @sreejishnair5922
    @sreejishnair5922 9 หลายเดือนก่อน +2

    What is the prerequisites of this course?

    • @ivarravi1000
      @ivarravi1000 9 หลายเดือนก่อน +1

      passion to learn and explore

  • @nikosterizakis
    @nikosterizakis 2 หลายเดือนก่อน

    Great video, but @AniaKubow, if you do not mind, you could have had a very successful career in modelling. Refreshing to see that you chose computing and specifically AI.

  • @truszko91
    @truszko91 6 หลายเดือนก่อน

    How do ML models create embeddings for new, or novel, words? For example, what if I fed it "Hexamethylenetetramine" (an organic compound)? My brain is frying thinking about this...

  • @mereb29
    @mereb29 9 หลายเดือนก่อน +2

    I'm new to this. At 13:18 what terminal is she using to input the code?

    • @augustovalbuena6685
      @augustovalbuena6685 9 หลายเดือนก่อน

      That is the simple Terminal. Later she uses Visual Studio Code

    • @snehamandal5376
      @snehamandal5376 8 หลายเดือนก่อน

      It is the linux terminal....curl is a linux command..but if u are on windows ..u may use wsl to use linux terminal on windows

  • @allignwith
    @allignwith 7 หลายเดือนก่อน

    used the python code to get the embed, ran with no errors but returned no results?

  • @assesino8346
    @assesino8346 9 หลายเดือนก่อน

    I need a code grAm that remembers geo locations to work with satelite for live location accuracy hitmarks

  • @AaronGomez-ij4dx
    @AaronGomez-ij4dx 6 หลายเดือนก่อน +1

    Is there a repo with the code?

  • @user-ky6uh1kn6n
    @user-ky6uh1kn6n 9 หลายเดือนก่อน +2

    i like the course which is less than 1 hour

    • @Cr0ss9o
      @Cr0ss9o 9 หลายเดือนก่อน +1

      Exactly my thought

  • @Ash-ow7zy
    @Ash-ow7zy 9 หลายเดือนก่อน

    ive creted 4 new api keys but the same error prevails, do we have to pay for the gpt4 model?
    "error": {
    "message": "You exceeded your current quota, please check your plan and billing details.",
    "type": "insufficient_quota",
    "param": null,
    "code": "insufficient_quota"
    }

    • @chidiebere
      @chidiebere 8 หลายเดือนก่อน

      In the beginning or early launch of gpt, open ai gave some free quota to dev account. probably that one has expired with the current email you are using

  • @robschannel1156
    @robschannel1156 23 วันที่ผ่านมา

    say you wahnt the computah to scan this for whads...
    i appreciate the video, and your accent.

  • @PopCultureQuest
    @PopCultureQuest 9 หลายเดือนก่อน +4

    This tutorial is very interesting, except that without a paid account on OpenAI we cannot really put it into practice. But I can't afford to pay 20 euros per month just to set up a tutorial.

    • @donaldoalmazan7338
      @donaldoalmazan7338 9 หลายเดือนก่อน +2

      You don't need to sign up for OpenAI Plus in order to create an API Key, they are billed separately. You also get a free 3-month API credit when you first create an account, the amount varies, I think they've decreased it now to about $5 (unfortunately I missed out on my credit, since I created my account last year and wasn't coding anything)

    • @PopCultureQuest
      @PopCultureQuest 9 หลายเดือนก่อน

      @@donaldoalmazan7338 thx for info

    • @kevthedestroyer1044
      @kevthedestroyer1044 9 หลายเดือนก่อน +1

      actually the 20$ for chatgpt is different from the api, for the api you can for example buy a 10$ credit and use it for as much as you would like, as long as it's used to finetune it will last long

  • @abhayprajapati4981
    @abhayprajapati4981 9 หลายเดือนก่อน +2

    I'm first woohoo tho I can only write "hello world" 🙂

  • @priyaranjanmarathe
    @priyaranjanmarathe 3 หลายเดือนก่อน

    Is there a tutorial on doing these using LLaMA?

  • @nigerianprince5389
    @nigerianprince5389 6 หลายเดือนก่อน

    Damn. Jay took one for the team learning vector embeddings 💀

  • @luissantiagolopez3863
    @luissantiagolopez3863 5 หลายเดือนก่อน

    so fine

  • @WilsonSilva90
    @WilsonSilva90 7 หลายเดือนก่อน

    I did not understand how the LLM (OpenAI) uses the embeddings stored in the DB.

    • @FamilyManMoving
      @FamilyManMoving 5 หลายเดือนก่อน +1

      LangChain: "chaining" resulted in two answers for each prompt: "I don't know" and the headlines. The first answer came from OpenAI's LLM, the second answers (the headlines) came from the vector-DB (Astra/Cassandra) that she set up outside OpenAI. LangChain was the bridge between the two.
      It's a simple little example without much relevance, but it shows the bones. There is a lot more work to make something useful.
      For instance, you could use a pre-trained LLM to perform the organizational tasks and composition (the language parts) using current data from a real-time source. For instance, "what kind of activities would be good at Los Angeles beaches today?"
      The LLM could contextualize the meaning of the question using pre-trained data (an understanding of what constitutes beach sports and the condition necessary for each is something that won't much change over time), and then use an external source (weather channels, surf sites, diving data sites, sailing sites, etc.) to search for real-time conditions at LA Baches. The LLM - using the current real-time data - could then look for nearness matches based on how the conditions match up to certain sports.
      So instead of a generic pre-trained answer like, "people like to sunbathe, swim, dive and surf at beaches" you can get a specific answer such as, "The conditions at Redondo Beach suggest it's a good surf day, but rip tide warnings suggest it is a bad day for people to be swimming. There is a water quality alert for bacteria in Santa Monica Bay."
      The LLM used the external real-time data to give accurate point-in-time suggestions that it would otherwise never have using data from training months earlier. That's where LangChain can help - merging "new" or custom data into the pre-trained contextual LLM model.
      Hope this helped.

  • @nishantdixit958
    @nishantdixit958 5 หลายเดือนก่อน

    It seems secure bundle (20:36) option is no longer available. Can someone acknowledge it if it is so?

    • @maxwellmartin6917
      @maxwellmartin6917 4 หลายเดือนก่อน

      Yeh it seems to have moved location, open your table and on the right side under 'Database Details', 'Region' click the three dots and select download SCB :)

  • @brunomattesco
    @brunomattesco 2 หลายเดือนก่อน

    help with this error on this part of code anyone?
    llm = openai(openai_api_key=OPENAI_API_KEY)
    TypeError: 'module' object is not callable

  • @TedGulesserian
    @TedGulesserian 2 หลายเดือนก่อน

    Link to a gist file with the code would be helpful please.

  • @durjayghosh7664
    @durjayghosh7664 8 หลายเดือนก่อน

    please guys make video on laravel react js

  • @emmanuelworldspen9409
    @emmanuelworldspen9409 8 หลายเดือนก่อน

    Can non-coder take this course?

  • @coolmatt3906
    @coolmatt3906 หลายเดือนก่อน

    Why to use OpenAI instead of some open source code?

  • @ashishkharangate1110
    @ashishkharangate1110 8 หลายเดือนก่อน

    How to use chat GPT API key

  • @AceOnBase1
    @AceOnBase1 7 หลายเดือนก่อน +1

    Id like for her to embed my vector

  • @alanbiquet8401
    @alanbiquet8401 6 หลายเดือนก่อน

    does someone knows cheaper alternatives to OpenAI GPT's API ?

    • @asiddiqi123
      @asiddiqi123 5 หลายเดือนก่อน

      Google bard API

  • @bigsmoke8344
    @bigsmoke8344 9 หลายเดือนก่อน

    Make video about godot for unity users

  • @urimtefiki226
    @urimtefiki226 4 หลายเดือนก่อน

    Vectors of 2704 table matrix

  • @mrguiltyfool
    @mrguiltyfool 8 หลายเดือนก่อน +2

    Too bad nowadays openAi won't get you use api key unless you are a paying customer

    • @user-ss1or5jh5b
      @user-ss1or5jh5b 8 หลายเดือนก่อน

      I was going to say, I cannot run the initial vector embedding program because of billing issues.

  • @KaptainLuis
    @KaptainLuis 5 หลายเดือนก่อน

    thank you ! sadly you dont go in deep into the needed data...hoy big are the documents etc...but still good thanks!

  • @user-xq9jd5ew4e
    @user-xq9jd5ew4e 3 หลายเดือนก่อน

  • @666rony
    @666rony 4 หลายเดือนก่อน

    lol i am not able to find api keys and lclient secret keys for astra

  • @frontprojects
    @frontprojects 9 หลายเดือนก่อน

    perfect 👌

  • @abhisheksingh-ck7wp
    @abhisheksingh-ck7wp 5 หลายเดือนก่อน +1

    i don't code don't how to, i am here due to the thumbnail

  • @maker9310
    @maker9310 5 หลายเดือนก่อน

    did anyone run into this error
    llm = openai(openai_api_key=OPEN_API_KEY)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    TypeError: 'module' object is not callable

  • @paybuy5315
    @paybuy5315 9 หลายเดือนก่อน

    Hello please help me how can run .jar file in HTML ,js please

  • @toddmarshall7573
    @toddmarshall7573 9 หลายเดือนก่อน +2

    4:40 "...Joe is 38 on the 0 to 100 scale... so -.4 on the -1 to 1 scale...": How is that? I get -.24. If it's -.4 on the -1 to 1 scale, that's 30 on the 0 to 100 scale. Please fix my math.

    • @FamilyManMoving
      @FamilyManMoving 5 หลายเดือนก่อน

      Context has two flavors, near and "not near". Joe is 38% near. Maybe Alice is 40% "not near", which would equate to a negative value (-.4).
      So context is more than "this one is like the other", it's also "but it's not like this other thing". If we just used a single dimension, then literally everything would be "like" everything else, which makes it a little difficult to differentiate.
      "The school bus is yellow. A banana is yellow. A bus is NOT LIKE a banana." Dimensions in dimensions.

  • @elsondasilva8636
    @elsondasilva8636 9 หลายเดือนก่อน +1

    👸🌟💝🌹💕🌹🌹🌟🌟

  • @enriquebc5330
    @enriquebc5330 5 หลายเดือนก่อน

    Somebody having the problem of "You exceeded your current quota, please check your plan"

  • @eaxypop
    @eaxypop 8 หลายเดือนก่อน +1

    She doesn't explain the basics. What is the terminal that she uses?

    • @chidiebere
      @chidiebere 8 หลายเดือนก่อน

      you can use a vscode terminal

    • @gamefleek9012
      @gamefleek9012 7 หลายเดือนก่อน

      @@chidiebere I'm using VS Code and I'm getting errors about the API key I created. Is there a way to validate a key?

  • @RatafakRatafak
    @RatafakRatafak 5 หลายเดือนก่อน

    It made me really laugh how she speaks about word and calls it "text". LOL

  • @moejobe
    @moejobe 2 หลายเดือนก่อน +1

    There are a lot of gaps in this tutorial, especially in the programming part. Good for conceptual learning, but don't recommend the implementation.

    • @__Gojo___
      @__Gojo___ หลายเดือนก่อน

      Whats wrong of her explanation?

  • @Manikandan-cm6yn
    @Manikandan-cm6yn 6 หลายเดือนก่อน

    🎯 Key Takeaways for quick navigation:
    00:14 📉 *Sam Altman was fired by OpenAI's board for not being consistently candid in his communications, leading to implications of lying by omission.*
    01:11 🤯 *Various theories circulated, including speculation about dangerous AI developments, financial ties with Saudis, and a letter from former employees alleging dishonesty.*
    01:53 🌐 *OpenAI employees expressed discontent, with over 500 threatening to quit, potentially joining Microsoft to dominate the AI space.*
    02:21 🔄 *After negotiations with Microsoft failed, Altman and Brockman formed a new AI research team at Microsoft, but Altman eventually returned to OpenAI as CEO on November 21st.*
    03:02 ❓ *Uncertainty remains about the true reasons behind Altman's firing, with speculation about conflicts of interest, AI commercialization, or a possible publicity stunt involving the board, Microsoft, and Altman.*
    Made with HARPA AI

  • @Anastasia_Masterova
    @Anastasia_Masterova 3 หลายเดือนก่อน

    Very educative. Thank you for this video. We have prepared a Russian version: th-cam.com/video/q5dx9jiYFPM/w-d-xo.html.

    • @brunomattesco
      @brunomattesco 2 หลายเดือนก่อน

      how did you prepared a russian version?

  • @sanjaybhatikar
    @sanjaybhatikar 5 หลายเดือนก่อน

    It is disappointing that you have taken the route of OpenAI which is far from open - not only have they not open-sourced their models, their payment methods are limited to a few options and setting up billing is required for their API to work. It would have been much better to use free, open-source models to demonstrate LangChain.

  • @swapanghosh9867
    @swapanghosh9867 9 หลายเดือนก่อน

    Never mind
    I am stupid
    Don't want to begto be a super one
    😂

  • @SonnyTo
    @SonnyTo 6 หลายเดือนก่อน

    you did not explain cosine similarity and why this is a good definition of similarity when it comes to comparing vectors. Without understanding this, everything you say after it is incomprehensible

  • @JK-pt3pt
    @JK-pt3pt หลายเดือนก่อน

    Ania my dear please dont waste your life on this mumbo jumbo. You can comfortably become a SUPER MODEL.

  • @jimmydesouza4375
    @jimmydesouza4375 2 หลายเดือนก่อน

    Ania looks fake. I don't know if it is the lighting or the background or what but it just looks fake. It's freaking me out. The voice sounds natural at least.

  • @ArvindYadav-ri5mo
    @ArvindYadav-ri5mo 6 หลายเดือนก่อน

    are you Ai generated or an actual person.... say hi if you are AI and say dhinchak-dhinchak if you are actual persona...yeah audio will be better

  • @bribes_for_nouns
    @bribes_for_nouns 9 หลายเดือนก่อน

    yawn why is modern programming just gluing together packages. not this channel or the creator of the video's fault but i just hate what it's all become

    • @kevthedestroyer1044
      @kevthedestroyer1044 9 หลายเดือนก่อน +1

      most of this stuff is expensive to create

    • @chidiebere
      @chidiebere 8 หลายเดือนก่อน

      It takes time to create some of them if you were to code them from scratch. Also, you don't want to "reinvent the wheel"