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
preguntada hace 2 meses160 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas