Build an AI Chatbot With NestJS & Next.js | OpenAI Full Stack

preview_player
Показать описание


GitHub Repos:

Timestamps:
00:00:00 Introduction
00:01:25 Backend
00:25:25 UI
Рекомендации по теме
Комментарии
Автор

It's really awesome. I bought all your courses on Udemy. You explain it very well. For people who already have some basics I have learned a lot from you. I hope you will make many more quality lessons like this. I will continue to follow. Thank you.

kritsana
Автор

I can't thank you enough for the awesome content you always share with us.. keep these videos coming, I am spreading this links in our office and right now almost 38-40 of us in our team is regularly following you as a subscribers...more to join.. we all started learning new stuff based on these tutorial videos and also sharing the knowledge further in our group as and when possible. Thank you so much Michel, God bless you.

nbaua
Автор

Hey Michael, I love your videos! Can you make one on vector embeddings (pgvector + RAG) with a frontend example? Thanks!

codexamofficial
Автор

Could you please show how you would implement streaming in this app and stack.

fullstackjedi
Автор

This is really good, great explanation. Do you have a complete tutorial/course on this chatbot ? Where the history of chat is saved/persisted ? Like adding a base prompt or something? I would like to buy your course if you have something like that. ❤

NitinRoaxz
Автор

Do you have tutorial on Redis? Also on access control, where I have many entities and on each entity/set of complex attributes the user has a different profile/authorizations?

mamupelu
Автор

thanks for using nestjs as a backend most tutorial on youtube is nextjs fullStack and I don't understand fully how to implement separate backend for building scalable application.😊😊😊

CodeZakk
Автор

How would you handle passing the api key with the nextjs ui instead of having it as an env variable in nest?

jesusidev
Автор

Great content, thanks!! How can i serve next.js inside nest.js project.

beratyilmaz
Автор

Great job Michael, do you have any experience with DDD/CQRS?

adriandrozman
Автор

i'm getting this error while starting the server.
ERROR [ExceptionHandler] Nest can't resolve dependencies of the OpenaiService (?). Please make sure that the argument OpenAI at index [0] is available in the OpenaiModule context.

Potential solutions:
- Is OpenaiModule a valid NestJS module?
- If OpenAI is a provider, is it part of the current OpenaiModule?
- If OpenAI is exported from a separate @Module, is that module imported within OpenaiModule?
@Module({
imports: [ /* the Module containing OpenAI */ ]
})

i've used your code. no changes were made.

vasykloepexergasia
Автор

Thans dude can you build nest js crm project or loan system app ?

achrefnabil
Автор

hey bro for your course where you build the chat app with nestjs, react and graphql.. do you have to know nestjs to buy it? i know react and nextjs pretty well but i haven’t done anything with nest yet. what do you suggest?

moestaxx
Автор

OpenAI vs OpenAIApi? what's difference?

ostryFAN