index_create_project_log_index
Set up the project log search index in Azure AI Search with vector search support for semantic similarity. Safely creates schema if missing, or confirms existing without changes.
Instructions
Create the project log search index in Azure AI Search.
Sets up the index schema including vector search capabilities for semantic similarity search on the context field. The schema supports: title, type, customer_name, short_summary, context (+ embedding vector), project_name, tags, reference_url, architecture, creation_date, modified_date.
Safe to call if the index already exists – it will return a confirmation without modifying the existing index.
Example prompts:
"Set up the project log search index"
"Create the Azure AI Search index for storing project summaries"
"Initialize the vector database schema for project logs"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |