create_company_profile
Create and store company profiles with procurement details for tender matching. Includes company information, CPV codes, categories, and location for semantic matching with German public procurement data.
Instructions
Create a company profile for tender matching. Store company name, description, CPV codes, categories, and location. The description is automatically embedded for semantic matching if the embedder is loaded. Returns the profile ID and embedding status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categories | No | Procurement categories of interest (e.g. ['works', 'services', 'goods']) | |
| cpv_codes | No | CPV codes the company is interested in (e.g. ['45000000', '72000000']) | |
| description | Yes | Description of the company's activities, products, and services. German text recommended for best matching quality. | |
| location | No | Company location (e.g. 'Berlin, Germany') | |
| name | Yes | Company name |