RAG in Java - Learn the basics (no AI frameworks)

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

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

  • @ProgrammingBrain
    @ProgrammingBrain  8 дней назад

    Some key highlights:
    - Running AI models locally is slow! Use a cloud service or proper hardware.
    - MariaDB vector search is fast! It uses HNSW.
    - You'll have more than 1000 products! Use vector indexes.
    - Use AI frameworks! But understand what happens under the hood.

  • @IoSonoPiero
    @IoSonoPiero 7 дней назад

    Great job!