-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
.Net: Bug: AzureCosmosDBNoSQLMemoryStore failed to UpsertItemAsync #8348
Comments
Hi @nikkla ! While we investigate this issue, I would recommend trying newly updated NoSQL connector which allows to work with your custom schema. You can try it now by downloading SK v1.17.2: Class to operate with collections is Would be great to receive your feedback, thanks! |
Hi @dmytrostruk thank you for your answer. As a mentioned in the bug description, I'm currently using the newest version of the AzureCosmosDBNoSQL which is 1.18.0-alpha referring to Nuget https://www.nuget.org/packages/Microsoft.SemanticKernel.Connectors.AzureCosmosDBNoSQL. I'm using no custom schema, the collection was created by Semantic Kernel. I just added the vector index with semantic kernel based on the documentation I could found. Based on the error calling stack it seems like the error is not in the vector index, because the upsert failed. May Semantic Kernel not passing the correct arguments. |
@dmytrostruk is this still an issue with the new Vector Store implementation? |
@markwallace-microsoft I can't reproduce this issue with the new Vector Store implementation. |
@nikkla I'm going to close this issue, since |
Describe the bug
AzureCosmosDBNoSQLMemoryStore can not save Information to Azure NoSQL Cosmos DB because CosmosDb Method UpsertItemAsync() fails to execute with following message:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Semantic Text Memory stores the information correctly without errors in the Azure NoSQL Cosmos DB.
Screenshots
Platform
Additional context
Semantic Kernel correctly creates the container and also adds the vector index. The error only occurs when storing the information.
The text was updated successfully, but these errors were encountered: