Examples for Turing Provider Settings

From ProviderSettings.yaml (turing/ProviderSettings.schema)

---
hospitals: [bdh]
---
hospitals: [] # Deny access to all
---
tags: [] # Deny access to all
---
hospitals: [bdh]
tags: ["botmd:testtag"]

---
{}
---
turing:
  type: ingredient
hospitals: [bdh]
airtable:
  url: airtable://xxx/table?view=Complete%20View

---
airtable:
  url: airtable://xxx/table?view=Complete%20View
---
excel:
  url: s3://botmd-staging-chatterbox-athena/tables/medical_dictionary.xlsx
---
einstein:
  data_source_uid: hC0QuNMFpLE1IAoiN2cl21gjqMNcOyC0
---
airtable:
  url: airtable://app31GRvI5RXfTArq/Medical%20Dictionary
turing:
  module: chernobyl
  provider: ktph-documents-einstein
  type: searchable
  use_record_id_as_canonical: true

---
airtable:
  url: airtable://app31GRvI5RXfTArq/Medical%20Dictionary
turing:
  module: chernobyl
  provider:
    - parkway-documents-einstein
    - ktph-documents-einstein
  type: searchable
  use_record_id_as_canonical: true


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]