4. Develop a RAG-based LLM Python Chatbot using Vector Cloud, Gemini LLM, and Hugging face models

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

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

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

    Is it possible to develop a NotebookLM-like system, where the response also includes the citations, in other words, the parts of the documents from which the system has taken the information for the response?

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

      A very smart thought. Yes, its absolutely possible.
      Here, we are adding metadata to our ectordb. Use this metadata to get the exact parts of the data.
      This will help answer your question.