From 0b01f4c7b564fa3c69312b5160e27151b4f04f5c Mon Sep 17 00:00:00 2001 From: Scot Mountenay Date: Mon, 7 Oct 2024 18:16:15 -0600 Subject: [PATCH] [Confluence] Make note of CONFLUENCE_EXTENDED_STOPWORDS env var in README --- confluence/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/confluence/README.md b/confluence/README.md index 1eff2922..b633cff3 100644 --- a/confluence/README.md +++ b/confluence/README.md @@ -105,6 +105,13 @@ CONFLUENCE_AUTH_METHOD This variable is used to configure the connector to use service auth or OAuth authentication. The valid values are `service_auth` and `oauth`. The default is to run the connector in OAuth mode. +``` +CONFLUENCE_EXTENDED_STOPWORDS +``` + +The connector filters out stop words from NLTK. This variable can be used to extend the NLK stop word list with +a more comprehensive list. + These variables can optionally be put into a `.env` file for development. A `.env-template` file is provided with all the environment variables that are used by this demo.