index_ingest_project_log
Store a project log entry with vector embeddings in Azure AI Search, generating searchable context vectors and auto-creating the index when missing.
Instructions
Ingest a project log entry into the Azure AI Search index with vector embeddings.
Generates a vector embedding for the context field and stores the complete project log entry. Creates the index automatically if it does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated technology/product tags (e.g. "azure,kubernetes,devops"). | |
| title | Yes | Title of the project log entry. | |
| context | Yes | Full context or body text (will be vectorized for search). | |
| entry_type | Yes | Entry type: workshop, meeting, blog, or repo. | |
| architecture | No | Architecture diagram as JSON or XML string. | |
| project_name | No | Project name for filtering/faceting. | |
| customer_name | Yes | Customer or organization name. | |
| reference_url | No | External source URL. | |
| short_summary | Yes | Brief summary (1–2 sentences). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |