An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
Azure AI Search Service Index Creation
Meenakshi Sankar
60
Reputation points
Hello,
I have created a vector search index using the portal (not SDK). I have a few questions on that
- If I run the indexer again with the same set of source documents, is it guaranteed that I will get the same emdeddings and the chunking will remain the same?
- I noticed that when I followed the same steps to recreate the index, the document count in the index page was different. Why is that so? Is there anyway we can avoid this by using SDK to create index?
- What is the default chunking strategy used? Is the documents split at a page level?
- What does the option of Semantic Ranking option do?
- Is there a way we can confirm the number of chunks created per document?
- What are the advantages the SDK based index creation have over portal based index creation?
- What is the default chunking strategy for portal based index creation?
Azure AI Search
Azure AI Search
Sign in to answer