move telemetry to build applications section

This commit is contained in:
Dinesh Yeduguru 2024-12-06 10:14:36 -08:00
parent c74fb18aca
commit 23f2c6e10b
4 changed files with 7 additions and 14 deletions

View file

@ -11,5 +11,11 @@
- memory / RAG; pre-ingesting content or attaching content in a turn - memory / RAG; pre-ingesting content or attaching content in a turn
- how does tool calling work - how does tool calling work
- can you do evaluation? - can you do evaluation?
```
```{toctree}
:hidden:
:maxdepth: 3
telemetry
``` ```

View file

@ -1,12 +0,0 @@
# Experimental Features
This section contains experimental features that are not yet fully supported or subject to change.
Telemetry: [Telemetry](telemetry/index)
```{toctree}
:hidden:
:maxdepth: 3
telemetry/index
```

View file

@ -84,5 +84,4 @@ building_applications/index
contributing/index contributing/index
references/index references/index
cookbooks/index cookbooks/index
experimental/index
``` ```