organize examples
Priority
P2-High
Issue: there are many examples and is getting harder to know what they are about just from the example name
My recommendation would be to: 1)group examples into bucket folders 2)add a left column in the examples table indicating bucket and sort the rows
Agree, nice to bucket by some commonality. Your suggestion needs some tweaks .. the RAG apps also use LLM. Perhaps instead of Model-lifecycle just "finetuning"? Our naming convention could improve too, only GraphRAG has RAG in its name.
@mkbhanda yes we can find better names. My reasoning is the G in RAG implies llm generation and highlights retrieval of some sort is used.. we could do retrieval based and non retrieval based... Model lifecycle can be broader than just finetuning for example if we want broader examples including trace logging and evaluations together with finetune (common in deployments)... or examples with model_guard+llm or prompt shields+llm.. those could fit in this bucket I would think.
Hi @ftian1 @mkbhanda just remind may consider it in the further release, thank you!