Required parameters
When deploying the Slack to OpenSearch [Technical Preview] ReadyFlow, you have to provide the following parameters. Use the information you collected in Prerequisites.
Parameter Name | Description |
---|---|
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. |
Slack Channel ID | Specify the Slack channel ID. |
Slack User or Bot Access Token | Specify the Slack user or bot access token. |