Azure-Samples / Azure-Samples/azure-sql-db-chat-sk
Error: This model does not support specifying dimensions
- Dominant language
- TSQL
- Stars
- 89
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
This occurs in the Chat.cs method RunAsync at line 77:
This model does not support specifying dimensions
However, the error appears to be incorrect or at least not complete. The error occurs on this call:
`await memory.SaveInformationAsync(sqlTableName, "With the new connector Microsoft.SemanticKernel.Connectors.SqlServer it is possible to efficiently store and retrieve memories thanks to the newly added vector support", "semantic-kernel-mssql");`
Issue is in the .env file:
`MSSQL_TABLE_NAME="ChatMemories"`
This ChatMemories table is not included in the 030-create-table.sql script. What is this table's structure?
Contributor guide
Assessment
This issue has not been assessed yet.