Managing AI settings [Technical Preview]

Cloudera Data Visualization is highly configurable, with many site-wide settings. You can enable the Artificial Intelligence (AI) Assistant visual, select the AI engine for it, and specify additional settings using the AI Settings menu.

  1. Click the icon on the main navigation bar to open the Administration menu and select Site Settings.

    The Site Settings page opens on the page for the Data menu.

  2. Open the AI Settings menu from the left navigation.
  3. Select the option to enable the AI assistant (Tech Preview) feature.

    When you enable the feature for the first time, a modal window will appear prompting you to accept the terms and conditions for using the AI Assistant. When accepting the terms, the system records the date and the username of the individual accepting it.

  4. Select the AI engine.

    You have three options: OpenAI, Llama, and Other

  5. Specify the settings of the selected AI engine.

    Add the following two keys:

    • API key for embeddings model - it is used to access the external third-party AI service provider
    • API key for completion model - it is used to access the external third-party AI service provider

    Add the following keys and parameters:

    • API key for embeddings model - it is used to access the external third-party AI service provider
    • API key for completion model - it is used to access the external third-party AI service provider
    • Embedding service URL
    • Embedding service input parameter name
    • Embedding service response parameter name
    • Completion service URL - it is where the deployed services are hosted
    • Completion service input parameter name
    • Completion service response parameter name

    For custom engines, add the following keys:

    • API key for embeddings model - it is used to access the external third-party AI service provider
    • API key for completion model - it is used to access the external third-party AI service provider
    • Embedding service URL
    • Completion service URL - it is where the deployed services are hosted

    Use the AI engine settings textbox to provide your custom request and response transformer functions.