You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agent0 is failing for Azure Embedding model .
Two issues noticed :
1- we are not supposed to have 'deployment_name' in the AzureOpenaiembeddings API call
2- After correcting the above, i get " raise self._make_status_error_from_response(err.response) from None
openai.BadRequestError: Unsupported data type", for even HI message
Agent0 is also failing for Huggingface embedding model ( only working model so far is sentence-transformers/all-MiniLM-L6-v2). Below models are tried but receiving famous errors:
1 - "Loading nvidia/NV-Embed-v2 requires you to execute the configuration file in that repo on your local machine. Make
sure you have read the code there to avoid malicious use, then set the option trust_remote_code=True to remove this
error" and "lib/python3.10/site-packages/transformers/models/mistral/modeling_mistral.py", line 165, in forward
2 - scores, indices = self.index.search(vector, k if filter is None else fetch_k)
File "/home/azureuser/suresh/agents/agent0/agent0env/lib/python3.10/site-packages/faiss/class_wrappers.py",
line 329, in replacement_search assert d == self.d AssertionError
Hello
Agent0 is failing for Azure Embedding model .
Two issues noticed :
1- we are not supposed to have 'deployment_name' in the AzureOpenaiembeddings API call
2- After correcting the above, i get " raise self._make_status_error_from_response(err.response) from None
openai.BadRequestError: Unsupported data type", for even HI message
Agent0 is also failing for Huggingface embedding model ( only working model so far is sentence-transformers/all-MiniLM-L6-v2). Below models are tried but receiving famous errors:
1 - "Loading nvidia/NV-Embed-v2 requires you to execute the configuration file in that repo on your local machine. Make
sure you have read the code there to avoid malicious use, then set the option trust_remote_code=True to remove this
error" and "lib/python3.10/site-packages/transformers/models/mistral/modeling_mistral.py", line 165, in forward
2 - scores, indices = self.index.search(vector, k if filter is None else fetch_k)
File "/home/azureuser/suresh/agents/agent0/agent0env/lib/python3.10/site-packages/faiss/class_wrappers.py",
line 329, in replacement_search assert d == self.d AssertionError
Possible try to address these issues please.
The text was updated successfully, but these errors were encountered: