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
feita há 2 meses161 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas