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' **********************************************************************

Leandro
已提问 2 个月前169 查看次数
1 回答
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
专家
已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则