AI-powered information retrieval platform by Microsoft Azure
azureaisearch.searchDocuments
query
(VECTOR, Required): Vector query for semantic searchvalue
: Array of search result objects containing:
@search.score
: Relevance score@search.highlights
: Highlighted text snippets@odata.count
: Total number of results@odata.nextLink
: Link to next page of results (if available)azureaisearch.listDatasets
projectId
(TEXT, Required): The Google Cloud project ID containing the datasetsazureaisearch.listTables
projectId
(TEXT, Required): The Google Cloud project ID
datasetId
(TEXT, Required): The dataset ID containing the tablesazureaisearch.getTableSchema
projectId
(TEXT, Required): The Google Cloud project ID
datasetId
(TEXT, Required): The dataset ID containing the tabletableId
(TEXT, Required): The table ID to get schema information forazureaisearch.executeQuery
projectId
(TEXT, Required): The Google Cloud project ID to execute the query in
query
(MULTI_LINE_TEXT, Required): The SQL query to execute in BigQueryuseLegacySql
(BOOLEAN, Optional): Whether to use legacy SQL syntax (default: false for Standard SQL)jobReference
: Job reference informationtotalRows
: Total number of rows in the resultrows
: Array of result rows containing field valuesschema
: Schema of the result fieldsjobComplete
: Whether the job completed successfullyazureaisearch.getTableData
projectId
(TEXT, Required): The Google Cloud project ID
datasetId
(TEXT, Required): The dataset ID containing the tabletableId
(TEXT, Required): The table ID to retrieve data frommaxResults
(NUMBER, Optional): Maximum number of rows to return (optional)azureaisearch.createDataset
projectId
(TEXT, Required): The Google Cloud project ID
datasetId
(TEXT, Required): The ID for the new datasetdescription
(TEXT, Optional): Optional description for the datasetlocation
(TEXT, Optional): Geographic location for the dataset (e.g., US, EU)azureaisearch.createTable
projectId
(TEXT, Required): The Google Cloud project ID
datasetId
(TEXT, Required): The dataset ID to create the table intableId
(TEXT, Required): The ID for the new tabledescription
(TEXT, Optional): Optional description for the tableschema
(MULTI_LINE_TEXT, Optional): Table schema as JSON array of field objects (optional)azureaisearch.insertTableData
projectId
(TEXT, Required): The Google Cloud project ID
datasetId
(TEXT, Required): The dataset ID containing the tabletableId
(TEXT, Required): The table ID to insert data intorows
(MULTI_LINE_TEXT, Required): JSON array of row objects to insertignoreUnknownValues
(BOOLEAN, Optional): Whether to ignore unknown values in the dataskipInvalidRows
(BOOLEAN, Optional): Whether to skip rows that contain invalid dataazureaisearch.getDatasetInfo
projectId
(TEXT, Required): The Google Cloud project ID
datasetId
(TEXT, Required): The dataset ID to get information forIssue | Solution |
---|---|
Authentication failed | Verify your API Key credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |