Build a Modern AI Chatbot in Next.js 14 (2024)

preview_player
Показать описание
in this video we're building a chat-to-any-website bot from beginning to end :^)

Рекомендации по теме
Комментарии
Автор

Thanks a lot for your efforts and other similar courses. I've been a React developer for about 3 years now and my Next.js skills are kind of rusty since I stopped using it in 2021 (way before app router and server components), so these help out a ton.

Shura-ydjq
Автор

Very good project, I'm still waiting for your next projects.

Next-Js
Автор

Great project! thank you very much for sharing this with us.

zhard
Автор

Hey! Just finished this project man! absolutely amazing

Sumi-qlwj
Автор

just finished up, i ran into an issue where no matter what site i link to the AI it always thinks it is the first website in the DB, any idea where the issue could be?

AlbertHistory
Автор

38:14 Hi Josh, When you want to get the last element from a list, you can use .at(-1) it's more easy to use, for example in the messages simple you can use messages.at(-1) instead of messages[messages.length - 1]
and thanks for your content

ahmedkhabar
Автор

Excellent video, very well explained. I learnt a lot. My question as a beginner: can we chat with our own documents (pdf, texts) instead of doing it with sites? Thank you 🙂

malikajellal
Автор

thanks for making this for the next ones

dipaksaha
Автор

Thank you for sharing. Do you have any suggestions on how to create an embed script that can be used on different sites, such as how intercom or any chat widget integration works?

himesh_
Автор

thank you so much for the help . it is an awesome project of yours . really really thank you so much

ayushvadiya
Автор

Hi Josh, thanks for making the video - super useful project! I was wondering what extensions you use in vscode to make developing next and react easier? also how do you go about finding libraries and utilities that fit your use case? I noticed you use a lot of default methods which makes sense, obviously, as it makes your life easier, so I'm wondering how you actually find out about these libraries?

Any input would be greatly appreciated, many thanks!

daviddragan
Автор

Can you please tell how to deploy this project on vercel? Is it possible?

time-barbaad
Автор

WOW SO MUCH LOVE JOSH, the best ever programmer, is there any possibilities in the near future that you may consider to build a full stack e commerce app or some or ai integration chatbot in ang website snd that kinds of projects are so interesting thanks a lot for you hard work ❤️❤️☺️

khsralt
Автор

Hi Josh, Great project and had a fun learning yesterday .. i'm trying to use the same rag llama model but say after 3 to 4 requests i get like 429 status code for rate limiting and i nearly had to wait around 18-24 hours for the rate limiting token to reset .. could you help on this @josh?

DhanushHolla
Автор

Amazing tutorial I’m going to try and build a next side project using upstash 😊

xTomster
Автор

Thank you for sharing such an amazing video! I have a few questions:
1. Is there any open-source vector database that can be set up on a local system?
2. Are there any open-source models compatible with Upstash/rag-chat that can be used?
3. How can it be set up with a website if we want to develop a chatbot for our business? Would you recommend it for chatbot development?

BilalKundi-lmzz
Автор

Love the vid, any plans to enable structured data generation? This makes RAG super easy but having the output as a schema would be next level!

zenoshin
Автор

I love yout work ❤❤
Just a quick question, is there any way to add primary key column in the vector db so that i can only generate messages from specific vector db data.

Example: i go to wikipidia of sun then i go to wikipedia of moon and i ask question. but both of the data have been saved in the vector and i dont want my chat to know about the sun info as I am in the moon website

고민영-ys
Автор

hey
i'm getting :
Server Error
Error: Failed to create upstash LLM client: QSTASH_TOKEN not found. Pass apiKey parameter or set QSTASH_TOKEN env variable.
any solution ?

omribitan
Автор

Thanks a lot for your efforts. Could you continue with modern to enroll in a membership on a monthly or yearly?

P.R.RacerX-Studio