docs[patch]: Add structural example to style guide (#24133)

CC @nfcampos
This commit is contained in:
Jacob Lee 2024-07-11 13:20:14 -07:00 committed by GitHub
parent 8ee8ca7c83
commit c481a2715d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,8 @@ Some examples include:
- [Build a Simple LLM Application with LCEL](/docs/tutorials/llm_chain/)
- [Build a Retrieval Augmented Generation (RAG) App](/docs/tutorials/rag/)
A good structural rule of thumb is to follow the structure of this [example from Numpy](https://numpy.org/numpy-tutorials/content/tutorial-svd.html).
Here are some high-level tips on writing a good tutorial: