Тёмный
Cooper Codes
Cooper Codes
Cooper Codes
Подписаться
OpenAI Embeddings Explained in 5 Minutes
5:12
11 месяцев назад
ChatGPT Won't Steal Your Job
2:22
Год назад
Комментарии
@MarkiMark01
@MarkiMark01 18 часов назад
Thank you very much!
@user-ye7jq9iz4k
@user-ye7jq9iz4k 2 дня назад
why my jwt_decode not working? TypeError: jwt_decode__WEBPACK_IMPORTED_MODULE_4__ is not a function. the I found : import { jwtDecode } from 'jwt-decode';
@user-ye7jq9iz4k
@user-ye7jq9iz4k 2 дня назад
This is only working on localhost. On life server, the popup email option is blank.
@henoknigatu7121
@henoknigatu7121 2 дня назад
👏cool...i wonder how to integrate and work with db
@user-ye7jq9iz4k
@user-ye7jq9iz4k 2 дня назад
Without github repo your 5 minutes video is useless. headache
@muhammadathmafarhan3819
@muhammadathmafarhan3819 3 дня назад
I wonder how to send notification using Supabase with this Notification API. I try to find some tutorial about it in Google but there is no any tutorial
@durasaksham
@durasaksham 3 дня назад
only works on same browser. How can make it work so I can deploy on vercel
@jakubn.6572
@jakubn.6572 4 дня назад
Thank you very much! Really appreciate this guide.
@SanzidaAkhterAnee-u5n
@SanzidaAkhterAnee-u5n 4 дня назад
Why is my chat option not working and showing error?
@AdamDahdah.
@AdamDahdah. 4 дня назад
64 line in server js error
@thanhuynh
@thanhuynh 8 дней назад
Thanks a lot for making this video! This video really helped me understand this API 🫡🫡
@bilalillahi6347
@bilalillahi6347 9 дней назад
dont forget to add any api route created in backend. must include it
@neilaldenescobin9150
@neilaldenescobin9150 12 дней назад
helpful
@2u841r
@2u841r 13 дней назад
VERY GOOD
@webbophone3377
@webbophone3377 15 дней назад
Great video, thank you! What does it mean if permissions is set to "default"? Is that just the way it always is prior to the user accepting or denying?
@storyzcreator
@storyzcreator 19 дней назад
wonder if you could also shed some light in the verification part? especially the `g_csrf_token`
@ThePhuong-e7y
@ThePhuong-e7y 3 дня назад
a m aee
@SubashBalasubramanianLatentVie
@SubashBalasubramanianLatentVie 19 дней назад
Hello, index.html Using both async and defer together is technically allowed, but it does not follow the intended usage of these attributes and can cause confusion. According to the HTML specification, if both attributes are present, the async attribute takes precedence, and the defer attribute is ignore.
@funnyhilarious123
@funnyhilarious123 20 дней назад
hi its nt working-- The model `gpt-4` does not exist or you do not have access to it. pls help. i tried different gpt-3.5-turbo, its says quota insufficient even though its not
@mahdirafi6537
@mahdirafi6537 20 дней назад
Very helpful... Thanks a lot
@cv3787
@cv3787 20 дней назад
🔥
@zero3281
@zero3281 21 день назад
EPIC.
@hongbo-wei
@hongbo-wei 21 день назад
Great tutorial, thx!
@TheRealJuggaloJoel
@TheRealJuggaloJoel 22 дня назад
this is so dope. Great delivery and description 5stars
@mubarakdaher774
@mubarakdaher774 26 дней назад
Thanks
@fabian2314
@fabian2314 27 дней назад
message of love
@lateefmushtaq6059
@lateefmushtaq6059 27 дней назад
If you are teaching, why dont you have time? we have enough time to learn
@yonathegod
@yonathegod Месяц назад
A bit confused on how to get those end point url from spotify but otherwise great tutorial
@tanhnoinoilanh
@tanhnoinoilanh Месяц назад
Is there any one know why this button can't be displayed and the hook useGoogleLogin is not responded when using the webview of react native. How to solved that? Thanks
@kapilbadokar
@kapilbadokar 23 дня назад
Did u figure out a solution for this? Even i want to implement it on react-native-web
@MultiLeechCZ
@MultiLeechCZ Месяц назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ehmc1Zgu_EU.html does not work with sveltekit 2 and svelte 5. There is not even anymore
@ramyadam6280
@ramyadam6280 Месяц назад
Amazing explanation thank you very much ♥
@salimdellali1814
@salimdellali1814 Месяц назад
I was losing chat messages, and after hours of debugging , I found out that the state update was not the best. It is recommended to use the concept of "prevState" when updating a state that relies on an older version, in this example, instead of doing something like setMessages([...messages, newMessage]); Do this: setMessages((prevMessages) => [...prevMessages, newMessage]);
@adamor993
@adamor993 Месяц назад
Could you explain this when i use nextjs? I have a error between server and client components
@ericmasonco
@ericmasonco Месяц назад
Is there a way to include news article links for the bot to learn and provide responses with that content?
@zooroish
@zooroish Месяц назад
How would you write unit tests for this?
@TheNitrozwerg
@TheNitrozwerg Месяц назад
I can't get this to work. I can move items, but items in the source as well as the target area affected by the dnd get hidden and don't reappear. The item arrays get adjusted just fine but the ui just does not render the contents properly
@willyjauregui6541
@willyjauregui6541 Месяц назад
Thanks for the explanation. When storing embeddings, how does the system determine which phrase or words are similar to each other ? Does it assign weights according to some previous train or knowledge? Also, in the VectorDB , do we have the text associated with embedding or it's just the arrays? If so, the system needs to convert it to text again when retreiving the data?
@LouiseCzedrianLaping-im8tg
@LouiseCzedrianLaping-im8tg Месяц назад
wish you could add delete functionality in every item
@user-cn5md1ri5w
@user-cn5md1ri5w Месяц назад
is this api need to be paid ?
@saadli
@saadli Месяц назад
but youa re the one who set dangerouslySetInnerHtml - coder is the attacker!
@maucross106
@maucross106 Месяц назад
Hey, Is this works for searching podcast too? Thanks in advance man
@KyanCox
@KyanCox Месяц назад
this is a really, really good video
@shrutinag889
@shrutinag889 20 дней назад
Which chatgpt model are you using?
@KyanCox
@KyanCox 20 дней назад
@@shrutinag889 3.5
@Explorewithargho
@Explorewithargho Месяц назад
You are just a fabulous person, sharing great informations.
@user-cn5md1ri5w
@user-cn5md1ri5w Месяц назад
is this api need to be paid ?
@Explorewithargho
@Explorewithargho Месяц назад
@@user-cn5md1ri5w few hit tokens are free. But major are charging
@grzegorzmozdyniewicz410
@grzegorzmozdyniewicz410 Месяц назад
Very helpful video, now supabase is much more easier !
@Shijith1
@Shijith1 Месяц назад
Thanks for this man!
@2u841r
@2u841r Месяц назад
is this still same in sveltekit 2?
@srg9413
@srg9413 Месяц назад
Thank you
@itskittyme
@itskittyme Месяц назад
2:50 I don't understand how text is grouped. Who decides or what decides they are grouped by the fact they are athletes and not their nationality? Or why is everything grouped together that says "Cooper" and why isn't it grouped together with all youtubers, humans, or programmers?
@ImNotActuallyChristian
@ImNotActuallyChristian 20 часов назад
It's a bit of a simplified model. What's not really shown here is that it's not embedded in 3 dimensions, but with thousands of dimensions. Some concepts may be close to each other in some dimensions, but far away from each other in other dimensions. Again, even this is a very simplified mental model.
@itskittyme
@itskittyme 18 часов назад
@@ImNotActuallyChristian and so we are searching in all dimensions at the same time?
@kranthikumar5215
@kranthikumar5215 Месяц назад
Really love you man......God bless you....What a great and crystal clear explanation.And lot of new tricks learned 🎉🎉🎉🙏🙏
@deema11235
@deema11235 2 месяца назад
thanks
@deema11235
@deema11235 2 месяца назад
thanks