Add missing Explorer docs reference pages (#7455)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: ayush chaurasia <ayush.chaurarsia@gmail.com>
This commit is contained in:
parent
b99113f83a
commit
06b26105aa
3 changed files with 112 additions and 0 deletions
33
docs/en/reference/data/explorer/utils.md
Normal file
33
docs/en/reference/data/explorer/utils.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
comments: true
|
||||
description: Detailed reference for the Explorer utils. Provides descriptions and details on important utility functions for managing and interacting with data in the Ultralytics explorer project.
|
||||
keywords: Ultralytics, data explorer, function reference, documentation, get table schema, get sim index schema, sanitize batch, plot query result, prompt SQL query
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/explorer/utils.py`
|
||||
|
||||
!!! Note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/explorer/utils.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/explorer/utils.py). If you spot a problem please help fix it by [contributing](https://docs.ultralytics.com/help/contributing/) a [Pull Request](https://github.com/ultralytics/ultralytics/edit/main/ultralytics/data/explorer/utils.py) 🛠️. Thank you 🙏!
|
||||
|
||||
<br><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.utils.get_table_schema
|
||||
|
||||
<br><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.utils.get_sim_index_schema
|
||||
|
||||
<br><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.utils.sanitize_batch
|
||||
|
||||
<br><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.utils.plot_query_result
|
||||
|
||||
<br><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.utils.prompt_sql_query
|
||||
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue