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
I have connected a blob storage to azure AI search via indexer creating the required data source, skillset, index and the indexer.
I have used two skills: SplitSkill and AzureOpenAIEmbeddingSkill
SplitSkill is working properly as I can see in the index documents being split into chunks but no vector emebdding is being generated and the vector embedding fields remais empty.
What could be the reason? I have checked and verified embedding model, skillset and index.
I have used code present in the azure github samples.
I have connected a blob storage to azure AI search via indexer creating the required data source, skillset, index and the indexer.
I have used two skills: SplitSkill and AzureOpenAIEmbeddingSkill
SplitSkill is working properly as I can see in the index documents being split into chunks but no vector emebdding is being generated and the vector embedding fields remais empty.
What could be the reason? I have checked and verified embedding model, skillset and index.
I have used code present in the azure github samples.
Skillset Code:
The text was updated successfully, but these errors were encountered: