You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When manually adding memories, encounter ServiceResponseException: ("<class 'semantic_kernel.connectors.ai.open_ai.services.azure_text_embedding.AzureTextEmbedding'> service failed to generate embeddings", BadRequestError('Unsupported data type'))
I've deployed text-embedding-ada-002 on Azure openai studio, and changed deployment_name in notebook.
To Reproduce
Steps to reproduce the behavior:
Go to 'python\notebooks\06-memory-and-embeddings.ipynb'
Run await populate_memory(memory)
Platform
OS: Windows 11
IDE: VS Code
Language: Python 3.11.5
Source: semantic-kernel==0.9.4b1
The text was updated successfully, but these errors were encountered:
Describe the bug
When manually adding memories, encounter
ServiceResponseException: ("<class 'semantic_kernel.connectors.ai.open_ai.services.azure_text_embedding.AzureTextEmbedding'> service failed to generate embeddings", BadRequestError('Unsupported data type'))
I've deployed text-embedding-ada-002 on Azure openai studio, and changed deployment_name in notebook.
To Reproduce
Steps to reproduce the behavior:
await populate_memory(memory)
Platform
The text was updated successfully, but these errors were encountered: