Azure / Azure/Vector-Search-AI-Assistant

Exception while generating vector

Open
#67 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
190
Forks
87
PR merge metrics
No merged PRs in 30d

Description

After an error-free deployment to ACA, following the [suggested post deployment checks](https://github.com/Azure/Vector-Search-AI-Assistant/blob/main/docs/deployment.md) I found no traces in Application Insights.
In ca-chatservicew-* Container App logs I found many Ks of errors like the following one:
```
fail: BuildYourOwnCopilot.SemanticKernel.Plugins.Memory.VectorMemoryStore[0]
Exception while generating vector for [2574856F-DC91-4D8E-B18D-2253AF2064D9 of type SalesOrder]: This model does not support specifying dimensions.
Status: 400 (model_error)
Content:
{
"error": {
"message": "This model does not support specifying dimensions.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
```
Examining the CosmosDb there is no sales-order container and *-vector-store containers have no records.
![image](https://github.com/user-attachments/assets/31d8e443-a01d-4dc9-becc-260aa0e0e5b9)

Any hint on what is wrong?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.