ComputeService.
sync_metadata
sync_metadata(workspace_id: <nil>, async_req: <nil>) ->
None
Synchronize metadata for a workspace to update embeddings used by AI features.
This method triggers a metadata synchronization process that updates the embeddings used by AI features like search and chat. The embeddings are created from the workspace's metadata model and are essential for accurate AI functionality. Note: This is a temporary solution and will be removed in a future release when metadata synchronization becomes automatic.
Parameters
name | type | description |
---|---|---|
workspace_id | Workspace identifier | |
async_req | If True, execute request asynchronously. Default is False. |