How to index JSON array where I have text and embedding inside?

Sherwin Shoujing ZHU 0 Reputation points
2024-11-19T09:02:19.3333333+00:00

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."'.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,077 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.