Build a Simple Chatbot with DeepSeek - Easy Tutorial

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 9

  • @drm8164
    @drm8164 День назад +1

    Hi Boss, how are you ? I just finished that and I noticied that the code in github need to be changed to the one you have in the video.
    I found out a problem because to model you have used is not adapted to a large amount of data. I tried a txt file with around 55000 lines and the model could not execute the code.
    I tried with around 100 lignes and I works.

    • @tech_watt
      @tech_watt  День назад +1

      Am sure the data exceeds the context window of the model. Kindly reduce the data or use another method to build your chatbot. Follow this tutorial here:ruclips.net/video/iaBBkBZQpa4/видео.htmlsi=cvjM8fNwl0mdv03N. I didn’t change the code all I did is that I added comments

    • @drm8164
      @drm8164 День назад

      @@tech_watt thanks dear sir

  • @cascatechssolutions6151
    @cascatechssolutions6151 2 дня назад +1

    What about extracting data from PDF and breaking them as chunks or vector forms and using langchain and deepseek to build a chatbot

    • @tech_watt
      @tech_watt  2 дня назад

      I did the same thing in this tutorial here:ruclips.net/video/iaBBkBZQpa4/видео.htmlsi=VQiGRjSBwZPrnbwg

    • @cascatechssolutions6151
      @cascatechssolutions6151 2 дня назад +1

      I just checked it up....very good ......But another question, haven't gotten time to watch it fully though but, what were you using to store the vector chunks?

    • @tech_watt
      @tech_watt  2 дня назад

      @cascatechssolutions6151 vector database. Faiss or pinecone

    • @cascatechssolutions6151
      @cascatechssolutions6151 2 дня назад

      In the video you used which of them?

    • @user-er4bs5zm9x
      @user-er4bs5zm9x 8 минут назад

      @@cascatechssolutions6151 Time to ask Deepseek