Java RAG Tutorial (with Local LLMs): AI for your PDFs

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

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

  • @DailyCodeBuffer
    @DailyCodeBuffer  3 месяца назад

    Head to cutt.ly/spring3 and use Coupon Code SPRING3 to get a huge Discount on the course.
    Course Link: cutt.ly/spring3
    New Course Bundle: cutt.ly/spring-bundle
    Discount Code: SPRING3

  • @shivambaghel9668
    @shivambaghel9668 2 месяца назад +1

    Can replace openAi api with local running llm using ollama , as openai is not free but there are llm model in the market available to run on your local machine which can be used instead of calling open ai api

  • @yulinxp
    @yulinxp 2 месяца назад

    Do I need to install docker first?

  • @vinitsunita
    @vinitsunita 3 месяца назад

    Please mention, how vector embeddings are generated automatically by calling chatgpt apis using your private keys which happens impliclty when data is loaded into vector store

  • @mohammadtoficmohammad3594
    @mohammadtoficmohammad3594 2 месяца назад

    if you do not mind ,I will use this idea in my projects some can be commercial in future ,please let me know if it is not ok, thanks a lot

  • @javatrack
    @javatrack 3 месяца назад

    Excellent Work

  • @KhawajaHamdanAhmad
    @KhawajaHamdanAhmad 3 месяца назад

    Sir can you make spring boot and next js14 on server deployment configuration video, It not in the whole internet

    • @BinodTharu-hv4ro
      @BinodTharu-hv4ro 3 месяца назад

      It's similar to how you do it for angular applications

  • @mohammadtoficmohammad3594
    @mohammadtoficmohammad3594 3 месяца назад

    thank you very useful

    • @DailyCodeBuffer
      @DailyCodeBuffer  3 месяца назад

      Thanks

    • @mohammadtoficmohammad3594
      @mohammadtoficmohammad3594 2 месяца назад

      @@DailyCodeBuffer if you do not mind ,I will use this idea in my projects some can be commercial in future ,please let me know if it is not ok, thanks a lot

  • @NaveenKumar-jz5hs
    @NaveenKumar-jz5hs 3 месяца назад

    Title vera level

  • @rishiraj2548
    @rishiraj2548 3 месяца назад

    🎉

  • @josersleal
    @josersleal 27 дней назад

    why is your face on a tech video? when you show code and visual steps it makes no sense.

  • @SSPTech-tg5gd
    @SSPTech-tg5gd 2 месяца назад

    application is not started due to the below error Caused by: org.postgresql.util.PSQLException: ERROR: relation "vector_store" does not exist then i tried the schema.sql script manually in my postgres but its giving the ERROR: Could not open extension control file "C:/Program Files/PostgreSQL/17/share/extension/vector.control": No such file or directory.extension "vector" is not available

    • @TeamSideline-zj5hz
      @TeamSideline-zj5hz 2 месяца назад +1

      is it solved?

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

      @@TeamSideline-zj5hz some error , how i can solve it?

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

      @@TeamSideline-zj5hz i finded a solution , you can add this in application.yaml spring.sql.init.mode=always
      spring.sql.init.schema-locations=classpath:schema.sql and delete the comment in schema file