Required parameters
When deploying the ADLS to OpenSearch [Technical Preview] ReadyFlow, you have to provide the following parameters. Use the information you collected in Prerequisites.
Parameter Name | Description |
---|---|
CDP Workload User | Specify the Cloudera machine user or workload username that you want to use to authenticate to the object stores (via IDBroker). Ensure this user has the appropriate access rights to the object store locations. |
CDP Workload User Password | Specify the password of the Cloudera machine user or workload user you are using to authenticate against the object stores (via IDBroker). |
CDPEnvironment | The Cloudera Environment configuration resources. |
OpenAI API Key | Specify the API key used to authenticate to OpenAI. |
OpenAI Model Name | Specify the OpenAI model name to use for embedding the data.
The default model is 'text-embedding-ada-002'. |
OpenSearch Document Text Field | The name of the field in the OpenSearch document where the text is stored. The default value is `text`. |
OpenSearch Document Vector Field | Specify the name of the field in the OpenSearch document where the embeddings are stored. This field needs to be a 'knn_vector' type. The default value is `vector_embedding`. |
OpenSearch Host URL | Specify the URL of the destination OpenSearch instance. |
OpenSearch Index | Specify the name of the destination OpenSearch index. |
OpenSearch Password | Specify the password to use for authenticating to the OpenSearch server. |
OpenSearch Username | Specify the username to use for authenticating to the OpenSearch server. |
Source ADLS File System | Specify the name of the ADLS data container you want to read from. The full path will
be constructed from: abfs://#{Source ADLS File System}@#{Source ADLS Storage
Account}.dfs.core.windows.net/#{Source ADLS Path} |
Source ADLS Path | Specify the path within the ADLS data container where you want to read from without any
leading characters. The full path will be constructed from: abfs://#{Source ADLS File
System}@#{Source ADLS Storage Account}.dfs.core.windows.net/#{Source ADLS
Path} |
Source ADLS Storage Account | Specify the source ADLS storage account name. |