Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ingestion Configuration for Assistant

Space admins can define an ingestion configuration for the Upload & Ask assistant on the space management page in the Advanced Settings section (note that by default the ingestionConfig is empty, e.g. {} like in the following screenshot):

...

When a user uploads a file into a space where an ingestionConfig is defined, the backend receives and applies the ingestionConfig.

Example AI Assistant Configuration:

...

Note

The upload toggle in the space settings needs to be activated to allow document upload to the chat

...

.

Download the provided TXT file and upload it into a new space as an AI Assistant configuration.

  • Note: By setting "scopeIds": [ "UPLOAD_ONLY" ], we limit the response to only the uploaded documents. If the answer should include documents of a specific scope in addition the the uploaded once, adjust this parameter accordingly. You will need to set this parameter for Document Summarizer and Document Search modules.

View file
nameupload_and_ask_assistant.txt

...