chore(*): Removes debugging print statements (#11145)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2024-11-26 22:03:19 +08:00
committed by GitHub
parent f458580dee
commit 9789905a1f
5 changed files with 0 additions and 5 deletions

View File

@@ -230,7 +230,6 @@ class OracleVector(BaseVector):
except LookupError:
nltk.download("punkt")
nltk.download("stopwords")
print("run download")
e_str = re.sub(r"[^\w ]", "", query)
all_tokens = nltk.word_tokenize(e_str)
stop_words = stopwords.words("english")