Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception while generating vector #67

Open
dabedin opened this issue Jul 12, 2024 · 0 comments
Open

Exception while generating vector #67

dabedin opened this issue Jul 12, 2024 · 0 comments

Comments

@dabedin
Copy link

dabedin commented Jul 12, 2024

After an error-free deployment to ACA, following the suggested post deployment checks 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

Any hint on what is wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant