BedRock sync error

0

I am getting the following error while trying to upload my resume into a BedRock instance deployed by a AWS Catalyst BedRock blueprint: Knowledge Sync Error An error occurred while synchronizing Knowledge. Please check the following message: ********************************************************************** Resource averaged_perceptron_tagger not found. Please use the NLTK Downloader to obtain the resource: >>> import nltk >>> nltk.download('averaged_perceptron_tagger')  For more information see: https://www.nltk.org/data.html Attempted to load taggers/averaged_perceptron_tagger/averaged_perceptron_tagger.pickle Searched in: - '/root/nltk_data' - '/usr/local/nltk_data' - '/usr/local/share/nltk_data' - '/usr/local/lib/nltk_data' - '/usr/share/nltk_data' - '/usr/local/share/nltk_data' - '/usr/lib/nltk_data' - '/usr/local/lib/nltk_data' - '/usr/local/lib/python3.11/site-packages/llama_index/core/_static/nltk_cache' **********************************************************************

1 Antwort
0

Hi,

Bedrock seems to have a problem with its configuration of NLTK (https://www.nltk.org/) in your use case. It seems that it tries to download a needed module named 'averaged_perceptron_tagger' but cannot obtain it.

I strongly recommend that you open a case with AWS Support from the console of your account to get it solved.

Best,

Didier

profile pictureAWS
EXPERTE
beantwortet vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen