Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Motivation

The Upload & Ask interface allows users to upload documents that are not part of the existing knowledge base or to limit the search scope to specific documents. This functionality is crucial when you need to focus exclusively on certain documents for precise and relevant information retrieval. The primary motivation is to enable users to chat exclusively with the uploaded document(s), ensuring that the responses are based solely on the content of these documents. This feature is particularly useful for summarizing large documents that exceed the context window of large language models, as it allows for multiple rounds of summarization to handle extensive content effectively.

Goal

The goal of the Upload & Ask assistant is to facilitate in-depth conversations and queries against specific documents uploaded by the user. By restricting the AI's responses to the content of these documents, users can obtain precise and relevant information, enhancing the accuracy and focus of their interactions.

Structure and Logic of Assistant

  1. Document Upload:

    • Users can upload one or multiple documents directly through the chat interface.

    • These documents are then ingested by the system.

      image-20240518-081643.png
  2. Ingestion and Processing:

    • The uploaded documents are chunked appropriately for processing.

    • The content is semantically embedded to facilitate effective searching and summarization.

  3. Functionality:

    • Document Search: Users can perform a semantic and full text search within the uploaded documents to find specific information, similar to Internal Knowledge Search with the limitation of the scope.

    • Document Summarisation: Users can request summaries of the uploaded documents, with the system capable of handling long documents through iterative summarisation processes.

image-20240518-082126.png

Possible Adaption of Assistant

The Internal Knowledge Search assistant can be adapted and customised:

  • Enhanced Prompting: The system can be tailored by enhancing the prompts.

Required and optional modules

The following modules are required/optional for this assistant:

  • No labels