cURL
curl --request POST \ --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/workspaces/{workspace_id}/data_frames/embeddings/{path} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "column": "embeddings", "use_background_thread": false }'
Enable Nearest Neighbor Search
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
""