Georges St-Pierre coming in hot with easy-to-follow tutorials in his new career! Great job mate!
@rahulspoudel Жыл бұрын
💎 Again from Nader. Thanks for sharing in the most digestible format and time , and inspiring us.
@myronkoch Жыл бұрын
Very limited amount of people teaching this level stuff on KZbin.
@moritz759 Жыл бұрын
This gives me hope that I’m finally on the right path
@dev0cloo Жыл бұрын
Barely 2 minutes in and I can tell this will be a great tutorial. Thank you!🤩
@dariusdbbowser632911 ай бұрын
Thanks for this! This easy-to-follow example of using Pinecone has allowed me to effortlessly implement my own VectorDB for the chatbot I'm building a dapp around. This helped me a ton
@BrandonJohnsonWebDeveloper Жыл бұрын
Nader you continue to put out amazing content and I keep finding the things I want to learn on your feed. Thanks for all your hard work.
@samerican Жыл бұрын
This is our future in tech. I can't wait to read this comment on my own site in a year.
@daianabilbao27713 ай бұрын
omg finally a tutorial that's not in python, thank you Nader!
@aryankathawale926911 ай бұрын
wow , amazing video , shared !!
@rickkdev Жыл бұрын
Great video Nader
@MinorityProgrammers Жыл бұрын
always dropping alpha!
@zainabalhaidary Жыл бұрын
You deserve wayyy more subscribers
@naderdabit Жыл бұрын
🫶
@ComisarioLobo Жыл бұрын
Awesome work, thanks for sharing advanced techniques with AI 👏
@wasalicarsal3968 Жыл бұрын
I wanted to express my appreciation for your excellent videos, as they have taught me a lot about building AWS apps. I also purchased your book, which has been quite helpful. I was wondering if you could demonstrate how to create a real-time chat app in one of your future videos. Thank you, and I am eagerly looking forward to watching more of your content
@danberan Жыл бұрын
Awesome content, thank you Dabit!
@BobMacNeal Жыл бұрын
Always informative! Can't wait to dig in. Thanks.
@brabbbus7 ай бұрын
Great session. Would be great create a session on how to integrate this app with RAG.
@subhranshudas8862 Жыл бұрын
Nader comin in hot with stuff.
@naderdabit Жыл бұрын
🙌
@gavinpierce3328 Жыл бұрын
This is great stuff, thank you!
@guillaumeracine4755 Жыл бұрын
Thanks Nader - great tutorial! It worked well when your video came out but I think Pinecone may have done some updates? When using your git code I get this error back: '- error [PineconeError: Failed getting project name. TypeError: fetch failed] ...' Could it be because import { PineconeClient} from ... is now import { Pinecone}? Been running in circles trying to fix this error. Any tips? 🙏🏽
@ashleighw66594 ай бұрын
Hi, how did you end up fixing this error?
@literallyshane4306 Жыл бұрын
excellent video. thank you
@amazingmobo2576 Жыл бұрын
TNX . after do all i get this error : [PineconeError: Failed getting project name. TypeError: fetch failed] how fix it ?
@devBotPlus Жыл бұрын
Hey great work, at 13:08, i think retrieved Index should be 'index' instead of indexName. Although it is just a console log.
@fraternitas5117 Жыл бұрын
is it possible to have this query data from a blockchain such as Sway contract details?
@naderdabit Жыл бұрын
yes totally!
@fraternitas5117 Жыл бұрын
@@naderdabit thank you! I will try to get it started at share a repo with you later today.
@BenMinal Жыл бұрын
Thanks so much for the tutorial! What is the process to get this into a ChatBot format that can be embedded on a website? I’ve been using Botpress combined with StackAI, but the customisation of your solution is very helpful. If someone could point me in the right direction of porting this to a widget / ChatBot format that would be great!
@aaronvandenberg5863 Жыл бұрын
Can you also show this with Streaming? Love your tutorial btw! ❤
@moritz759 Жыл бұрын
There is no .index on my pinecone client. Is it maybe because it didn’t create one? That would be strange tho
@kasper369 Жыл бұрын
Thank You.
@nisanth Жыл бұрын
How can I use s3 bucket documents here?
@SaurabhKumar-tg1jm Жыл бұрын
Please create a video for a .csv file also, containing data for employee details, so that can answer who's experience is above and below 5.
@nikitapoznyakov2001 Жыл бұрын
Have you tried using other models? I receive a very strange response from ada-002. However with Davinci it works fine
@kirso Жыл бұрын
Will you ever do any videos on Sveltekit?
@kenshinhimura3140 Жыл бұрын
Can we use pdf to interrogate with open Ai?
@maorre6809 Жыл бұрын
I need to use version 4 of ChatGPT and upload tens of thousands of documents If I upload documents in version 3.5, can I use them in version 4 without paying?
@nklmantey Жыл бұрын
what theme is that? looks good!
@naderdabit Жыл бұрын
Cyberpunk!
@abdulrehmanbaber2104 Жыл бұрын
i was searching for this.....
@oyinlolaolasunkanmi10 ай бұрын
thanks
@modernosmanli9 ай бұрын
What's name of the VS Code theme?
@modernosmanli9 ай бұрын
the name is Cyberpunk!
@StephenRayner6 ай бұрын
Lang graph please in typescript.
@dzhaniivanov5837 Жыл бұрын
a lot of copy/paste and I have a bug that can't be found, download your codebase, and also throws error messages ... good technologies bad explanation
@embrace7972 Жыл бұрын
Getting this error even after I have reduced the topk parameter to 1. Please help me out why it is happening. response: { status: 429, statusText: 'Too Many Requests', headers: { date: 'Wed, 07 Jun 2023 03:53:54 GMT', 'content-type': 'application/json; charset=utf-8', 'content-length': '206', connection: 'close', vary: 'Origin', 'x-request-id': '2c93264b7801a350d4bf6aea2fedfb2c', 'strict-transport-security': 'max-age=15724800; includeSubDomains', 'cf-cache-status': 'DYNAMIC', server: 'cloudflare', 'cf-ray': '7d35f363ae73f42d-BOM', 'alt-svc': 'h3=":443"; ma=86400' },