Custom AI Chatbot part 5. New AI technology used to make a custom Chatbot with OpenAI, Pinecone...

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • Lets review a ChatGPT for websites, React and Next.js for AI chatbots, pinecone vectorstore for AI, pocketbase for AI app, and using langchain for a custom AI app.
    This is a web application for a pdf ai chat custom program that integrates AI into your custom program, that allows ingesting multiple pdf documents. It is a document chatbot using AI
    In this video series you can see how to build an AI Chatbot for websites using modern technology, make custom AI applications, create private Chatbots with AI, and use an awesome hosting service called Render.com.
    Here is the first video in the series where I go into full detail about how to jump start with the source code, and how to setup all the tools and technologies I briefly mentioned in this video.
  • Наука та технологія

КОМЕНТАРІ • 6

  • @cesar333
    @cesar333 8 місяців тому

    Great work. I work with organizations who have huge amount of technical manuals who want to integrate this type of technology into their operation. One of the asks i hear alot is how can we upsert multiple pdf files and be able to query all of them. Instead of query a single document you would query the entire name space. Also what is the best way to store and retrieve the documents in the cloud?

    • @ScottDevOps
      @ScottDevOps  8 місяців тому

      Thanks for watching. And yes, I think most org's will be needing this sooner than later. Some questions would be, which cloud would you be using? do you know that yet? Is it just technical information and no personal PII or financial information in your manuals? How many manuals are you talking about? 100, 1000, 10000? And how many end users would need to access this information on average per day, and how many users need to access it at any one point in time?

    • @ScottDevOps
      @ScottDevOps  8 місяців тому

      @ScottDevOps So, like 10 users at one time, 100 users at one time etc....any guesses about what would ever be the maximum number of users who would need access?

    • @ScottDevOps
      @ScottDevOps  8 місяців тому

      And last questions for now, how many pages of information do these manuals typically have, and what size on disk are the files? 1MB, 10MB, etc....

    • @cesar333
      @cesar333 8 місяців тому

      @@ScottDevOps Just to give you high level. The customers i have are aircraft owners and operators performing maintenance. Each aircraft type is about 5-10gigs of technical manuals in PDF/HTML format with various figures and drawings. The manuals are currently provided through the manufacture on either a USB drive or logging into their website. There could be multiple users at a time

    • @ScottDevOps
      @ScottDevOps  8 місяців тому

      OK, wow that would be a lot of information, but it makes sense I mean those are aircraft with a bajillion parts etc.