Add Python SDK reference

This commit is contained in:
Ashwin Bharambe 2024-11-22 18:27:16 -08:00
parent 501e7c9d64
commit 00c59b7e39
3 changed files with 352 additions and 2 deletions

View file

@ -1,15 +1,17 @@
# References
- [API Reference](api_reference/index) for the Llama Stack API specification
- [Python SDK Reference](python_sdk_reference/index)
- [Llama CLI](llama_cli_reference/index) for building and running your Llama Stack server
- [Llama Stack Client CLI](llama_stack_client_cli_reference/index) for interacting with your Llama Stack server
```{toctree}
:maxdepth: 2
:maxdepth: 1
:hidden:
api_reference/index
python_sdk_reference/index
llama_cli_reference/index
llama_stack_client_cli_reference/index
llama_stack_client_cli_reference
llama_cli_reference/download_models
```