Jina Reader API: Build better AI Agents and RAG systems with Reader

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

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

  • @Canna_Science_and_Technology
    @Canna_Science_and_Technology 4 месяца назад +4

    I have an exciting challenge for you: build a web app using a RAG (Retriever-Augmented Generation). The app should have a split-screen interface; the left side is for chatting, and the right side displays the original document. As users ask questions, the responses should include clickable links. These links, when clicked, will automatically scroll to and highlight the specific part of the document used to generate the answer. This feature is particularly useful for scrutinizing critical information in legal or medical documents, as it allows users to verify the responses and read more directly from the source. It took me a week to build this, and it turned out to be awesome.
    Pain points: coordinates , JavaScript, marking pdf,
    Hint: Metadata in your embeddings.

    • @giridharreddy7011
      @giridharreddy7011 4 месяца назад

      Hey, if you are making it open source pls give the GitHub link here

    • @dharniesh3651
      @dharniesh3651 4 месяца назад

      That's a great idea!. I wonder what pdf reader are you using to match the coordinates ?

    • @Canna_Science_and_Technology
      @Canna_Science_and_Technology 4 месяца назад

      @@dharniesh3651I ended up using Aspose because I couldn’t get the coordinates to match using the python library and the JavaScript libraries. I did create my own markdown that worked, but I was told I couldn’t modify the original document in any way. :-(

    • @Canna_Science_and_Technology
      @Canna_Science_and_Technology 4 месяца назад

      @@dharniesh3651 I just switch to using AsPose. So much easier and it works great. They have both, a python library and JavaScript among others.

  • @ayushjhabak2851
    @ayushjhabak2851 9 дней назад

    great video, keep up the good work bro. do it also do auto syncing option so if data is updated in source then it can auto update its base context ? as i am building for production ?

  • @fahadabdullah510
    @fahadabdullah510 4 месяца назад +1

    Very Nice!!
    Does it also has the functionality to parse the data from PDF?

  • @shameekm2146
    @shameekm2146 4 месяца назад

    Awesome bro. Thank you for posting such great content.

  • @cristianaguilar4253
    @cristianaguilar4253 4 месяца назад

    thank, for all, good job

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

    is there any way to use this on websites that you need to login to?

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

      Can you give me an example?

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

      @@raunaqss pretty much scraping any website that needs login. Would be more for personal projects nothing commercial

  • @user-iu4id3eh1x
    @user-iu4id3eh1x 4 месяца назад +1

    wow this is helpful

  • @SonGoku-pc7jl
    @SonGoku-pc7jl 2 месяца назад

    uau thanks!

  • @seththunder2077
    @seththunder2077 4 месяца назад

    If I passed a certain website and that website has several sub-domains, does it go through the subdomains as well?

    • @ranjitdas3205
      @ranjitdas3205 4 месяца назад

      May not

    • @vigneshls8590
      @vigneshls8590 4 месяца назад

      The answer is NO. You can try it on their website using the Try Demo option

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

    Thanks for you video, that is great, Will you please explain how to get this "headers = {
    "Accept": "text/event-stream"
    }"?
    What if the url is on the company's site after login? Can I put the authrozation in the headers as well to use the Reader API?
    Please advise