Versions Compared

Key

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

...

Parameter/Field

Description

Connection Name

A unique name that identifies your GenAI connections.

Provider

The name of the GenAI provider the system will use to generate output. Select the required provider from the list.

Model

Select the name of the model for generating embeddings.

  • OpenAI: text-embedding-ada-002

  • Azure OpenAIAzureOpenAI: text-embedding-ada-002 

  • AWS Bedrock: amazon.titan-embed-text-v2:0

EndPoint

Specify a unique identifier for the end user, which helps OpenAI monitor and detect abuse.

  • For Azure OpenAI, provide the endpoint in the following format:
    {deployment-id}/embeddings?api-version=2024-10-21
    For example, /text-embedding-ada-002/embeddings?api-version=2023-05-15

Prompt Token Limit

Specify maximum tokens allowed for prompt in single request for current model.

Similarity Upper Threshold

Specify upper threshold to control the selection of records for Retrieval Augmented Generation (RAG).

Similarity Lower Threshold

Specify lower threshold to control Retrieval Augmented Generation (RAG) record selection.

Template Folder Path

Provide the folder path for templates.

RAG Max Records

Specify the maximum number of records (RAG) required in a user prompt.

...