diff --git a/conf.py b/conf.py index 35051272..5ab3c491 100644 --- a/conf.py +++ b/conf.py @@ -70,6 +70,8 @@ # files and directories to ignore when looking for source files. exclude_patterns = [ 'scripts/*', + 'examples/AgentQnA/deploy/index.rst', + 'examples/AgentQnA/deploy/xeon.md' ] try: import sphinx_rtd_theme diff --git a/examples/AgentQnA/AgentQnA_Guide.rst b/examples/AgentQnA/AgentQnA_Guide.rst index c8424071..a4889928 100644 --- a/examples/AgentQnA/AgentQnA_Guide.rst +++ b/examples/AgentQnA/AgentQnA_Guide.rst @@ -43,5 +43,12 @@ The worker agent uses the retrieval tool to generate answers to the queries post Deployment ********** +Here are some deployment options, depending on your hardware and environment: -See the :ref:`agentqna-example-deployment`. \ No newline at end of file +Single Node ++++++++++++++++ +.. toctree:: + :maxdepth: 1 + + Xeon Scalable Processor + Gaudi diff --git a/examples/AgentQnA/deploy/index.rst b/examples/AgentQnA/deploy/index.rst index 629d84ae..7ecf527a 100644 --- a/examples/AgentQnA/deploy/index.rst +++ b/examples/AgentQnA/deploy/index.rst @@ -6,9 +6,6 @@ AgentQnA Example Deployment Options Here are some deployment options, depending on your hardware and environment: Single Node -*********** -.. toctree:: - :maxdepth: 1 - - Xeon Scalable Processor \ No newline at end of file +- **Xeon Scalable Processor**: `Xeon `_ +- **Gaudi**: `Gaudi `_ diff --git a/examples/index.rst b/examples/index.rst index 283693f3..d9392887 100644 --- a/examples/index.rst +++ b/examples/index.rst @@ -11,7 +11,6 @@ GenAIExamples are designed to give developers an easy entry into generative AI, ChatQnA/ChatQnA_Guide ChatQnA/deploy/index AgentQnA/AgentQnA_Guide - AgentQnA/deploy/index CodeGen/deploy/gaudi.md CodeGen/deploy/index