Build a PDF AI Chatbot with Llama 3.3 + ChromaDB + Gradio +Groq Full Tutorial

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

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

  • @medbotan
    @medbotan Месяц назад +1

    Sir, what's the exact python version do you use?

    • @AI-MLTalks
      @AI-MLTalks  Месяц назад

      Currently using Python 3.12.7 .

    • @medbotan
      @medbotan Месяц назад +1

      Thank you for your response. I got the error when installing the uvloop on requirements, after searching I found
      uvloop is not supported by 3.12.

    • @medbotan
      @medbotan Месяц назад

      Unlucky same with 3.11

    • @AI-MLTalks
      @AI-MLTalks  Месяц назад

      @@medbotan Can you just try not using the requirements.txt and try installing the imports manually in Python 3.12 .