Skip to main content
Version: v3.0 print this page

Playground

Playground lets users chat with their data. Users can create chat sessions, pick their models, workspaces and files and ask questions on top of their data.

To start a chat, users need to create a session first. On creating a session, user will be able to pick a model to start a conversation with. Optionally, users can also pick a workspace or file and then ask questions on top of the data in it. Landing Page

Chat sessions

Chat sessions let users maintain a history of their chat. A session is required for users to chat with the model. Users can also upload files to a session and ask questions on top of them. The list of sessions created by the user can be seen to the right of the chat box. Sessions List

note

Sessions have an expiry of one year. All the session data will get deleted one year after the session is created

Chat session files

Users can upload .csv, .txt or .pdf files to sessions and then ask questions on top of that data. These files are stored temporarily for a duration of 24 hours. Users need to save the files to a workspace to store them permanently. Sessions Files

note
  • Session filenames should be unique. Otherwise, the most recent file will overwrite the existing file.
  • Due to the context size limitations for models, only a limited number of rows(up to 50) in CSV files and limited text in .pdf or .txt files can be processed at a time.

Chat configuration

Chat configuration lets users pick the model, workspace and file for their chat session Chat Configuration

Picking a model

Users can pick and choose from a list of foundation models available on Amazon Bedrock as well as the Open AI AI models.

note
  • To use an Amazon Bedrock model in Amorphic AI, users have to first request access for it through the AWS Bedrock console.
  • To use Open AI models, an Admin has to configure the Open AI key to be used. This can be done from the App Management page.

Picking a workspace

In the chat configuration, users can pick the workspace where there documents reside and then ask questions on top of them.

Picking a file

In addition to asking questions on the workspace, users can also make queries on top of session files by setting the file.

note

If the AI returns an invalid answer, please retry using a new session or a different model.

Text summarization

Amorphic AI supports text summarization for the session files as well as the workspace files through the playground. The following are the steps to be taken for this:

  1. Select the session file or the workspace that contains the user's files
  2. Send a message to the AI that contains the terms summarize / summarization along with the name of the file to be summarized.

Currently, summarization is supported for .txt and .pdf files.

Text Visualization

With version 3.0, Amorphic AI also supports generation of visuals on the data. Users can ask questions on top of their data and get visualizations as answers. The following are the steps to be taken for this:

  1. Select the session file upon which visuals need to be generated.
  2. Send a message to the AI that contains the terms plot / draw / graph / visualize for which visuals need to be generated.
Note

The generated visuals using this visual tool is based on the provided data and may not always be accurate. Users are strongly advised to review and validate the generated visuals before use.

The below video shows an example of a user asking questions on top of data added to a workspace. Playground sample query