getzep / zep-nlp-server

Zep NLP Server, a micro-service component of Zep
https://docs.getzep.com
MIT License
7 stars 10 forks source link

download spacy model to support all models #18

Open tewnut opened 9 months ago

tewnut commented 9 months ago

NLP service does not work on some spacy models, for example: 'xx_ent_wiki_sm'. This PR downloads the model before loading and fixes this error.


:rocket: This PR description was created by Ellipsis for commit 77d80ad34c00be97a47f55a534b62cd8b43159bf.

Summary:

This PR ensures the necessary spacy model is downloaded before being loaded in the NLP service, fixing an error with certain models like 'xx_ent_wiki_sm'.

Key points:


Generated with :heart: by ellipsis.dev