diff --git a/docs/source/building_applications/rag.md b/docs/source/building_applications/rag.md index c3d02d7dc..fd11d824f 100644 --- a/docs/source/building_applications/rag.md +++ b/docs/source/building_applications/rag.md @@ -1,4 +1,4 @@ -## Using Retrieval Augmented Generation (RAG) +## Retrieval Augmented Generation (RAG) RAG enables your applications to reference and recall information from previous interactions or external documents. diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index 8f89ea9f2..8e4f5e867 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -1,14 +1,14 @@ -# Contributing to Llama Stack -Start with the [Contributing Guide](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md) for some general tips. This section covers a few key topics in more detail. +```{include} ../../../CONTRIBUTING.md +``` + +See the [Adding a New API Provider](new_api_provider.md) which describes how to add new API providers to the Stack. + -- [Adding a New API Provider](new_api_provider.md) describes adding new API providers to the Stack. -- [Testing Llama Stack](testing.md) provides details about the testing framework and how to test providers and distributions. ```{toctree} :maxdepth: 1 :hidden: new_api_provider -testing ```