Hi there Balaji Mogadali
Thanks for using QandA platform
Guess you need to vectorize your content and manage updates. For vectorization, try text-embedding-ada-002
model can convert text into embeddings. then be added to your AI Search index by defining a vector field in the index schema using Azure Cognitive Search APIs. For eg, you can store embeddings in a field like contentVector
. To handle updates when users cahange content in SharePoint, you can use Azure Functions,
If this helps kindly accept the answer thanks much.