How can I add my custom provider correctly? Please Help #11303
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.I am trying to add my own provider.
Add provider can be successful, since I can find my provider in settings->model settings, and I can add models successfully. However, after I import document to knowledge using embedding model, the state of document shows - Provider g2m does not exist. 2. Additional context or commentsPlease DO NOT close before I confirm the problem is solved. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You could try v1.0 later next month, and the process of adding a provider should be easier. |
Beta Was this translation helpful? Give feedback.
-
The error is raised from worker when dealing with document text embedding. |
Beta Was this translation helpful? Give feedback.
The error is raised from worker when dealing with document text embedding.
I just change the api image to local one in docker-compose.yaml, the image of worker is required as well.
The issue is solved after I change the worker image to the same one with api.