Тёмный

Create a Powerful AI Chatbot for Your Website | Next.js, Groq, Pinecone, SupaBase Tutorial 

BIMWERX
Подписаться 393
Просмотров 1,2 тыс.
50% 1

Unlock the power of AI for your website with our step-by-step tutorial on creating a custom-trained AI web chatbot! 🚀
In this video, we’ll guide you through building an intelligent chatbot using Next.js, Vercel, Groq, Pinecone, and SupaBase. This AI assistant can interact with your website visitors, answer questions, and even generate leads-all customized to your product or service information.
What you'll learn:
- Setting up a Next.js app on Vercel
- Training your AI model using Groq (free)
- Storing embeddings with Pinecone (free tier)
- Using SupaBase (free tier) for database management
- Integrating OpenAI for low-cost embeddings
🔗 Links to the source code:
github.com/Bim...
github.com/Bim...
Need help with your custom AI web assistant? Contact me at chrisv.cad@gmail.com.
Don't miss out on this opportunity to enhance your website with AI - watch now and get started! 👍
#AIChatbot #Nextjs #Groq #Pinecone #SupaBase #WebDevelopment #AI #OpenAI #Vercel #LeadGeneration

Опубликовано:

 

20 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 6   
@waqqas6799
@waqqas6799 14 дней назад
Hi is this open source if i wanted to build my own on app on it? nice tut btw
@bimwerx
@bimwerx 8 дней назад
Hi, thanks, and yes, link to source in the description :)
@chadestell745
@chadestell745 3 месяца назад
Hello fellow coder. I really like this app you have made. I am having trouble getting you demo to go. I have successfully created the training part of your demo. It is storing in supabase really well but when I go to run the other module using npm run dev the app displays on localhost port 3000 and when I ask it a question I get a 500 network error. Can you give me some pointers on how to fix this. Hoping and Wondering?
@bimwerx
@bimwerx 3 месяца назад
Hi! Yes I ran into the same issue several times also, and it could be due to many factors. Make sure your API keys are correct, and that all the URLs are pointing to the correct locations. Also, in SupaBase Project Settings, disable Enforce SSL on incoming connections. Add debug logs to verify that you can actually retrieve info from your SupaBase db. I've also disabled RLS in my tables, not sure if this is recommended but I had to to get it to work (Row Level Security). I hope this helps you!
@satwikloka7670
@satwikloka7670 2 месяца назад
Hey there! I am trying to fetch the trained data supabase but in terminal it is showing. UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 435369: invalid start byte I have tried allot of ways to get rid of that error, Can you suggest a way to resolve that problem?
@bimwerx
@bimwerx 2 месяца назад
Hi, not sure, sounds like somewhere the incorrect encoding used. Have you tried my earlier suggestions to the other comments? Make sure your API keys are correct, and that all the URLs are pointing to the correct locations. Also, in SupaBase Project Settings, disable Enforce SSL on incoming connections. Add debug logs to verify that you can actually retrieve info from your SupaBase db. I've also disabled RLS in my tables, not sure if this is recommended but I had to to get it to work (Row Level Security). Also, can you check the format of your training data?
Далее
OpenAI ChatGPT Down 22 July 2024
2:40
Просмотров 87
Next.js 15 Is Here (Vercel Ship Breakdown)
19:34
Просмотров 100 тыс.
Build an AI RAG Application with LangChain & Next.js
33:34
Create a Free AI Chatbot on WordPress in 5 Minutes
25:03