Video není dostupné.
Omlouváme se.

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

Sdílet
Vložit
  • čas přidán 7. 06. 2024
  • 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

Komentáře • 4

  • @satwikloka7670
    @satwikloka7670 Před měsícem

    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  Před měsícem

      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?

  • @chadestell745
    @chadestell745 Před měsícem

    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  Před měsícem

      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!