search_add_to_vector_db
Add documents to the Azure AI Search vector database by generating embeddings for content, enabling future semantic searches across project knowledge.
Instructions
Add a new document to the project vector database.
Generates a vector embedding for the content and stores the document in the Azure AI Search index for future semantic searches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated list of technology/product tags (e.g. "azure,kubernetes"). | |
| title | Yes | Document title. | |
| content | Yes | Main content text to index and embed. | |
| entry_type | No | Entry type: workshop, meeting, blog, or repo (default: meeting). | meeting |
| architecture | No | Architecture diagram encoded as JSON or XML. | |
| project_name | No | Name of the associated project. | |
| customer_name | No | Name of the customer or organization. | |
| reference_url | No | External URL reference for the source. | |
| short_summary | No | Brief summary of the content. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |