Build a Full-Stack Search Engine with Next.js 14, Postgres, Upstash (2024)

  Рет қаралды 32,622

Josh tried upstash

Josh tried upstash

Күн бұрын

Пікірлер: 54
@anushkasharma3736
@anushkasharma3736 7 ай бұрын
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
@adriansasu1119
@adriansasu1119 7 ай бұрын
Great video Josh! We are still waiting for a video tutorial about how to integrate Shopify in a Next.js app☺
@PrabirSingh-e3i
@PrabirSingh-e3i 7 ай бұрын
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-lg3oh
@FrontendNerd-lg3oh 7 ай бұрын
Need "Josh tried AI "
@t_park
@t_park 7 ай бұрын
Love this! Thank you for all the hard work you put in Josh :D
@avinavkashyap8802
@avinavkashyap8802 7 ай бұрын
lovely project,i am a beginner and am going to do it
@carvierdotdev
@carvierdotdev 7 ай бұрын
awesome, good luck..
@carvierdotdev
@carvierdotdev 7 ай бұрын
dope project, awesome dude. thanks..
@VincentFulco
@VincentFulco 7 ай бұрын
Great stuff Josh.
@koltuz
@koltuz 7 ай бұрын
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"
@raphauy
@raphauy 8 ай бұрын
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.
@raghavgupta6536
@raghavgupta6536 7 ай бұрын
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-wh9bs
@Victor-wh9bs 6 ай бұрын
Thanks learn a lot ...
@AlexanderBelov-y8o
@AlexanderBelov-y8o 7 ай бұрын
I like your style.
@adityajoshi2360
@adityajoshi2360 8 ай бұрын
This loooooks coool joshh✨ Here to support u 🫡
@Oliver_Wersin
@Oliver_Wersin 7 ай бұрын
Real nice. Thanks :)
@angelsancheese
@angelsancheese 8 ай бұрын
Subscribed!
@Joshtriedupstash
@Joshtriedupstash 8 ай бұрын
cheers man
@edgarestanislao5561
@edgarestanislao5561 7 ай бұрын
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!
@codewithguillaume
@codewithguillaume 7 ай бұрын
duuuuuuuuuuuuude
@codewithguillaume
@codewithguillaume 7 ай бұрын
subscribed!
@oubaidaawaw7271
@oubaidaawaw7271 7 ай бұрын
hey bro , when you learnt all of it? and how, i'm very interesting to know
@loo6942
@loo6942 7 ай бұрын
let's gooooo
@abidibnazam4462
@abidibnazam4462 7 ай бұрын
Need 'Josh tried Devin' 💀
@atharvsankpal
@atharvsankpal 7 ай бұрын
Nice
@evanilsonp.8183
@evanilsonp.8183 7 ай бұрын
Is this project beginner friendly? Because I'm new to react
@hakimleon-ls4ll
@hakimleon-ls4ll 7 ай бұрын
thx bro
@waleedsharif618
@waleedsharif618 5 ай бұрын
Will you update this to next 15 when it comes?
@madmaxdev
@madmaxdev 8 ай бұрын
Hey hey.
@Joshtriedupstash
@Joshtriedupstash 8 ай бұрын
yo waddup
@SimTjn
@SimTjn 7 ай бұрын
Are upstach and pinecone are doing the same ?
@404-not-found-service
@404-not-found-service 7 ай бұрын
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 :(
@nidhi2731
@nidhi2731 7 ай бұрын
same what did you do now
@ashishkumawat6110
@ashishkumawat6110 6 ай бұрын
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.
@kairvee
@kairvee 5 ай бұрын
@@ashishkumawat6110 hey heyyy can you please elaborate on this
@neerajverma9226
@neerajverma9226 Ай бұрын
Why dont you use RadixUi?
@ritamchatterjee8785
@ritamchatterjee8785 7 ай бұрын
links on the description isn't working
@prashlovessamosa
@prashlovessamosa 7 ай бұрын
Why the second channel?
@dev-akeel
@dev-akeel 7 ай бұрын
0:00 Really? I thought Josh tried ......😂
@Deus-lo-Vuilt
@Deus-lo-Vuilt 7 ай бұрын
Wow like and sub
@SoutelloGui
@SoutelloGui 7 ай бұрын
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.
@shubhamrawat3984
@shubhamrawat3984 7 ай бұрын
It's because you are splitting by "" and not " ". In the former, you will get each letter separated out instead of each word
@cocoarecords
@cocoarecords 6 ай бұрын
❤🎉Can you build the same with RoR? (Ruby in rails)
@khalidsDevLab
@khalidsDevLab 7 ай бұрын
What about josh tried coding? Is this channel new?
@mdimranhossain5897
@mdimranhossain5897 7 ай бұрын
openai api key expired
@sh3r1ff50
@sh3r1ff50 8 ай бұрын
first. literally lmao.
@Joshtriedupstash
@Joshtriedupstash 8 ай бұрын
damn true, you are the first comment ever
@itzJingran
@itzJingran 7 ай бұрын
why are u so cute?😂
@kevinngugi6120
@kevinngugi6120 7 ай бұрын
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
@xorkingsupernova
@xorkingsupernova 6 ай бұрын
Try - "drizzle:seed": "npx tsx ./src/db/seed.ts" i.e. use npx instead of npm.
@marvinkr
@marvinkr 5 ай бұрын
@@xorkingsupernova I tried that but it's not detecting my upstash api key (and neither the open ai one)
@KudaKotie
@KudaKotie 3 ай бұрын
@@marvinkr use it as - "drizzle:seed": "tsx ./src/db/seed.ts"
Protect Your API With Rate Limiting | Full Guide (2024)
41:40
Josh tried upstash
Рет қаралды 15 М.
Build a SaaS API in 60 Minutes (2024)
56:01
Josh tried upstash
Рет қаралды 21 М.
小丑揭穿坏人的阴谋 #小丑 #天使 #shorts
00:35
好人小丑
Рет қаралды 47 МЛН
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 31 МЛН
When u fight over the armrest
00:41
Adam W
Рет қаралды 24 МЛН
Server-side Pagination with NextJS 13 Server Actions
19:27
Taylor Lindores-Reeves
Рет қаралды 11 М.
Fetching Data Doesn't Get Better Than This
6:58
Josh tried coding
Рет қаралды 132 М.
PostgreSQL Full Text Search Tutorial
14:12
Redhwan Nacef
Рет қаралды 10 М.
Build a Search Bar with Next.js and Prisma (Search API endpoint)
40:22
Build a Production-Grade API with HonoJS, Cloudflare, Upstash (2024)
1:04:21
Josh tried upstash
Рет қаралды 12 М.
Next js 15 is Here… New Changes Again?!
8:13
JavaScript Mastery
Рет қаралды 164 М.
Build a High-Performance API with Next.js, Hono, Redis (2024)
1:30:00
Josh tried upstash
Рет қаралды 60 М.
Next.js 15 Ruins Caching Even More
13:56
Web Dev Simplified
Рет қаралды 49 М.