Closed kilmarnock closed 1 month ago
Hi there - we're unable to support v0.x of Zep Open Source and the related NLP service is deprecated.
The documentation may now be found here: https://help.getzep.com/ce/legacy/deployment/quickstart
The parameter you mentioned needs to be added to the model loader code, not as an argument to the container.
The NLP service uses outdated versions of inference libraries and its possible- given the second error message you provided - that the model won't load successfully, even with the code change.
I recommend investigating the recently released Zep Community Edition. It has a simpler setup, is more accurate, and flexible. With a proxy such as LiteLLM, Zep CE is able to connect to many embedding services, including locally hosted.
Hi Daniel, thank you for your fast reply. I will check the community edition. Wow, you released the ce yesterday, congratulations!
Thank you!
I use a docker container install. It boots up as expected. When I pass in
jinaai/jina-embeddings-v2-base-de
as ZEP_EMBEDDINGS_MESSAGES_MODEL, it tries to execute some custom code (as intended), the error message that shows up isI tried to pass in
trust_remote_code=True
as environment variable and asCOMMAND
in the docker-compose file, without succes.When I pass in
jinaai/jina-embeddings-v3
as desired multilingual model, it gives mePlease, do you see a shortcut to pass in the
trust_remote_code=True
parameter?(Besides, your webserver is on a "redirect every link to the same page" trip today.)