You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Python client library to quickly get started with the various [Watson APIs][wdc]
13
13
*[Before you begin](#before-you-begin)
14
14
*[Installation](#installation)
15
15
*[Examples](#examples)
16
+
*[Discovery v2 only on CP4D](#discovery-v2-only-on-cp4d)
16
17
*[Running in IBM Cloud](#running-in-ibm-cloud)
17
18
*[Authentication](#authentication)
18
19
*[Getting credentials](#getting-credentials)
@@ -83,6 +84,9 @@ For more details see [#405](https://github.com/watson-developer-cloud/python-sdk
83
84
84
85
The [examples][examples] folder has basic and advanced examples. The examples within each service assume that you already have [service credentials](#getting-credentials).
85
86
87
+
## Discovery v2 only on CP4D
88
+
Discovery v2 is only available on Cloud Pak for Data.
89
+
86
90
## Running in IBM Cloud
87
91
88
92
If you run your app in IBM Cloud, the SDK gets credentials from the [`VCAP_SERVICES`][vcap_services] environment variable.
0 commit comments