oh my god I was struggling from months to implement search in next js and you just solve my headache really you are the best next js educator on entire youtube
@adriansasu11197 ай бұрын
Great video Josh! We are still waiting for a video tutorial about how to integrate Shopify in a Next.js app☺
@PrabirSingh-e3i7 ай бұрын
Hey Josh, thanks for yet another outstanding video tutorial. It’s really easy to follow and well explained. Thanks for creating such an insightful tutorial. After watching your tutorials, I started working more convincingly in Next.js. I have one more request: if you can make a video on integrating Next.js with WordPress through the app router, it will be highly appreciated. Thanks in advance!
@FrontendNerd-lg3oh7 ай бұрын
Need "Josh tried AI "
@t_park7 ай бұрын
Love this! Thank you for all the hard work you put in Josh :D
@avinavkashyap88027 ай бұрын
lovely project,i am a beginner and am going to do it
@carvierdotdev7 ай бұрын
awesome, good luck..
@carvierdotdev7 ай бұрын
dope project, awesome dude. thanks..
@VincentFulco7 ай бұрын
Great stuff Josh.
@koltuz7 ай бұрын
Thanks you Josh, currently following along, quick question, at 1:24:59 you use a prose and prose-sm as a class but i can't find those on the tailwind pluggin/documentation Also here are some notes for me: 58:09 when using npm the script should be "npx tsx ./src/db/seed.ts" 1:01:14 wheen using npm, the command is "npx drizzle-studio kit"
@raphauy8 ай бұрын
Hey Josh, thank you for all your videos, very helpful. One thing, you put H1 tags on the name of the products, it generates a lot of H1 in one page. It is a bad error for SEO. Thank you again.
@raghavgupta65367 ай бұрын
Hey Josh! First of all great work, I really appreciate what you have created here. I have a question, I work with mongodb for my use cases generally, I want to know if we can implement semantic search using mongodb?
@Victor-wh9bs6 ай бұрын
Thanks learn a lot ...
@AlexanderBelov-y8o7 ай бұрын
I like your style.
@adityajoshi23608 ай бұрын
This loooooks coool joshh✨ Here to support u 🫡
@Oliver_Wersin7 ай бұрын
Real nice. Thanks :)
@angelsancheese8 ай бұрын
Subscribed!
@Joshtriedupstash8 ай бұрын
cheers man
@edgarestanislao55617 ай бұрын
Hey Josh, can you provide a youtube tutorial on ORC-Recognition and how to implment it with nextjs and using openai api ? Thanks in advance!
@codewithguillaume7 ай бұрын
duuuuuuuuuuuuude
@codewithguillaume7 ай бұрын
subscribed!
@oubaidaawaw72717 ай бұрын
hey bro , when you learnt all of it? and how, i'm very interesting to know
@loo69427 ай бұрын
let's gooooo
@abidibnazam44627 ай бұрын
Need 'Josh tried Devin' 💀
@atharvsankpal7 ай бұрын
Nice
@evanilsonp.81837 ай бұрын
Is this project beginner friendly? Because I'm new to react
@hakimleon-ls4ll7 ай бұрын
thx bro
@waleedsharif6185 ай бұрын
Will you update this to next 15 when it comes?
@madmaxdev8 ай бұрын
Hey hey.
@Joshtriedupstash8 ай бұрын
yo waddup
@SimTjn7 ай бұрын
Are upstach and pinecone are doing the same ?
@404-not-found-service7 ай бұрын
There are limits for the free version so I can't make the request to OPENAI tells me that it exceeds the free rate and to add a payment method in that case :(
@nidhi27317 ай бұрын
same what did you do now
@ashishkumawat61106 ай бұрын
You can use upstash's embedding models while creating your vector index instead of "custom". That way It will use its inbuilt embedding models and we can just pass strings to it, so we won't need openAI or any external embedding models.
@kairvee5 ай бұрын
@@ashishkumawat6110 hey heyyy can you please elaborate on this
@neerajverma9226Ай бұрын
Why dont you use RadixUi?
@ritamchatterjee87857 ай бұрын
links on the description isn't working
@prashlovessamosa7 ай бұрын
Why the second channel?
@dev-akeel7 ай бұрын
0:00 Really? I thought Josh tried ......😂
@Deus-lo-Vuilt7 ай бұрын
Wow like and sub
@SoutelloGui7 ай бұрын
Great content! I had to use @@ to_tsquery('simple', lower(${query.trim().replace(/\s+/g, ' & ')) instead of @@ to_tsquery('simple', lower(${query.trim().split("").join(" & "))) to make it work properly. I'm a beginner, and I'm really enjoying your work. Thank you, regards.
@shubhamrawat39847 ай бұрын
It's because you are splitting by "" and not " ". In the former, you will get each letter separated out instead of each word
@cocoarecords6 ай бұрын
❤🎉Can you build the same with RoR? (Ruby in rails)
@khalidsDevLab7 ай бұрын
What about josh tried coding? Is this channel new?
@mdimranhossain58977 ай бұрын
openai api key expired
@sh3r1ff508 ай бұрын
first. literally lmao.
@Joshtriedupstash8 ай бұрын
damn true, you are the first comment ever
@itzJingran7 ай бұрын
why are u so cute?😂
@kevinngugi61207 ай бұрын
that "drizzle:seed": "npm tsx ./src/db/seed.ts" when i run in terminal npm run drizzle:seed i get errors , i gave up even chatgpt could not solve it and the docs too that are provided were not useful typecript rejected them all, i am going back to superbaase
@xorkingsupernova6 ай бұрын
Try - "drizzle:seed": "npx tsx ./src/db/seed.ts" i.e. use npx instead of npm.
@marvinkr5 ай бұрын
@@xorkingsupernova I tried that but it's not detecting my upstash api key (and neither the open ai one)
@KudaKotie3 ай бұрын
@@marvinkr use it as - "drizzle:seed": "tsx ./src/db/seed.ts"