How to index JSON array where I have text and embedding inside?
Hi,
My JSON is format as JSON array looks like {[{"chunk_id": "C:/Users/chunk_path", "parent_id": "C:/Users/parent_document_path", "chunk": "text", "title": "filename.xlsx", "text_vector": [a_series_number_of_embedings]},[{"chunk_id": "C:/Users/chunk_path", "parent_id": "C:/Users/parent_document_path", "chunk": "text", "title": "filename.xlsx", "text_vector": [a_series_number_of_embedings]}]. The embedding is generated using text data by text-embedding-ada-002. Could someone suggest what should I do next to use Azure AI search for my data and embeddings? I tried the portal to import JSON arrays from blob however received error message 'Sampling data source: Error detecting index schema from data source: "The requested name is valid, but no data of the requested type was found."'.