add telemetry docs (#572)

Add an experimental section and telemetry doc
![Screenshot 2024-12-05 at 10 22
51 AM](https://github.com/user-attachments/assets/b8b7a982-b800-4069-a4d0-481fc300b336)

---------

Co-authored-by: Adrian Cole <64215+codefromthecrypt@users.noreply.github.com>
This commit is contained in:
Dinesh Yeduguru 2024-12-06 10:17:11 -08:00 committed by GitHub
parent 27a27152cd
commit cb9e9048e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 251 additions and 1 deletions

View file

@ -11,5 +11,12 @@
- memory / RAG; pre-ingesting content or attaching content in a turn
- how does tool calling work
- can you do evaluation?
```
For details on how to use the telemetry system to debug your applications, export traces to a dataset, and run evaluations, see the [Telemetry](telemetry) section.
```{toctree}
:hidden:
:maxdepth: 3
telemetry
```