CLU API endpoint -: "https://clu-kubernetes-saas-qa.cognitiveservices.azure.com/language/authoring/analyze-conversations/projects/beagle-nlp-saas-qa-1-471/:import?api-version=2022-10-01-preview"
By using the above API we are trying to create entities on CLU. Our use case has a huge entities list, so the request size is getting exceeded.
Entities json size is more than 10 MB.
We have already tried breaking the request into multiple chunks but the CLU is replacing the entities instead of adding them.
Now we are stuck and not sure how we can add all the entities to CLU.