Hi @Michael Johansen
I Apologize for the continuous issue that you have regarding the vector dimensions of your index. ensure that the Chat Playground is using the latest version of the index schema. It is possible that the issue is with the GPT4-32k model not generating vectors of the correct length. I would recommend reaching out to Azure support
Using AI Search vector index in chat playground fails
I have deployed a GPT4-32k model in ai.azure.com.
As the AI Search Service does not yet have a web site import function I have made an Azure Table with id, title, content and url and pasted static web site data from our company website into data rows.
I then used Import and vectorize to create a vector index.
When I try to use the index in Chat Playground I get this error:
"An error occurred when calling Azure Cognitive Search: Azure Search Error: 400, message='Server responded with status 400. Error message: {"error":{"code":"InvalidRequestParameter","message":"There's a mismatch in vector dimensions. The vector field 'text_vector', with dimension of '1024', expects a length of '1024'. However, the provided vector has a length of '1536'. Please ensure that the vector length matches the expected length of the vector field."
I have read the the documentation and tried to re-create the index but I cannot see how to change the dimensions so it fits.
1 answer
Sort by: Most helpful
-
Laxman Reddy Revuri 1,755 Reputation points Microsoft Vendor
2025-01-13T11:19:21.14+00:00