Relative Content

Tag Archive for azureindexingvector-searchazure-ai-search

How to create a shared vector search index in Azure AI search?

In my current architecture of my application each chatbot is using one single index (Which has an indexer, skillset and a data source associated with it). Now I want to accommodate more than one users data in the same index to save the cost. How to make this possible? Or is there any other way to do this effectively.