update extract stopwords script

This commit is contained in:
vbarda
2024-06-18 09:57:28 -04:00
parent a15cab8430
commit 895f5f00ab
@@ -1,6 +1,6 @@
import toml
pyproject_toml = toml.load("pyproject.toml")
pyproject_toml = toml.load("libs/langgraph/pyproject.toml")
# Extract the ignore words list (adjust the key as per your TOML structure)
ignore_words_list = (