This is a model provider for Dify. It support LLM, Embeddings and Reranking models. Tags of this repo are following dify versions.
In order to build the docker image with the ig1 provider you need to specify the dify image version:
VERSION=0.10.0-beta2
git checkout dify-v${VERSION}
docker build --build-arg dify_image=langgenius/dify-api:${VERSION} -t dify-api:${VERSION}-ig1 .
If there is a new version of Dify and this repository has not been updated yet with the new tag, you can always try to build a new image:
git checkout master
docker build --build-arg dify_image=langgenius/dify-api:0.10.0-new -t dify-api:0.10.0-new-ig1 .
If the Dify API has not change it should be good.