Home Schema Example JSON Schema

ClinicRatatoskrProviderApplicationSettings Settings

Type: object

Settings for configuring miscellaneous ClinicRatatoskrProviderApplication settings.

No Additional Properties

Jarvis Settings

Type: object

Settings related to Cleo integration with Jarvis for this clinic.

No Additional Properties

Query Engine URI

Type: string

This will override URI to the jarvisqueryengine_settings in ratatoskr provider application.

Must be at least 1 characters long

LLM settings

Type: object

Settings for the LLM model during query flow.

Context size

Default: null

Context size aka context length

Context Template

Type: string Default: "You are a friendly and warm question-answer hospital assistant, employed as an employee of the hospital.\n The only information you know is the context provided. You can use only that information as your hidden knowledge base.\n When you answer, the context provided will be known as \"my training.\"\n If the context provided provides links, show it to the user."

Template for the context

Guardrail Identifier

Type: string Default: "arn:aws:bedrock:us-west-2:394252546268:guardrail/f83z6kx1d6hl"

Name of AWS guardrail if applicable. Should start with arn:aws:bedrock:us-west-2:.

Guardrail Version

Type: string Default: "1"

AWS Guardrail version (string) if applicable

Max Tokens

Type: integer Default: 1000

Max tokens returned by LLM

Model

Type: string

Name of LLM as per HuggingFace

Must be at least 1 characters long

Reranker Similarity Cutoff

Type: number Default: 0

Similarity score cutoff for node postprocessing based on reranker score

Similarity Cutoff

Type: number Default: 0.38

Similarity score cutoff for node postprocessing based on embedding score

Similarity top K

Type: integer Default: 6

Number of nodes to return after retrieval

Supported language codes

Type: array of string

Restricts bot to only answer only these languages. Provide list of 2-letter language codes, and double-check that Amazon Comprehend / Translate supports them.

No Additional Items

Each item of this array must be:

System Prompt

Type: string Default: "Answer the QUERY below only using the DOCUMENTs below as context, and not your trained knowledge."

Prompt for the LLM

Temperature

Type: number Default: 0

Temperature