From 5c2222d3cee250b2fce8bf71dea9e615d2f3f8b9 Mon Sep 17 00:00:00 2001 From: Rachel Bakke Date: Tue, 17 Dec 2024 16:29:28 -0800 Subject: [PATCH] Update API Reference and Component Guides --- docs/docs/module_guides/models/llms/modules.md | 1 + .../llama_index/llms/sambanovasystems/base.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/module_guides/models/llms/modules.md b/docs/docs/module_guides/models/llms/modules.md index 0b712beb23ef2..1a5656e700e24 100644 --- a/docs/docs/module_guides/models/llms/modules.md +++ b/docs/docs/module_guides/models/llms/modules.md @@ -49,6 +49,7 @@ We support integrations with OpenAI, Anthropic, Hugging Face, PaLM, and more. - [Replicate Vector Index Llama2](../../../examples/vector_stores/SimpleIndexDemoLlama2.ipynb) - [RunGPT](../../../examples/llm/rungpt.ipynb) - [SageMaker](../../../examples/llm/sagemaker_endpoint_llm.ipynb) +- [SambaNova Systems](../../../examples/llm/sambanovasystems.ipynb) - [Solar](../../../examples/llm/solar.ipynb) - [Together.ai](../../../examples/llm/together.ipynb) - [Unify AI](../../../examples/llm/unify.ipynb) diff --git a/llama-index-integrations/llms/llama-index-llms-sambanovasystems/llama_index/llms/sambanovasystems/base.py b/llama-index-integrations/llms/llama-index-llms-sambanovasystems/llama_index/llms/sambanovasystems/base.py index fc846e0347a2e..4b05c76919b46 100644 --- a/llama-index-integrations/llms/llama-index-llms-sambanovasystems/llama_index/llms/sambanovasystems/base.py +++ b/llama-index-integrations/llms/llama-index-llms-sambanovasystems/llama_index/llms/sambanovasystems/base.py @@ -657,7 +657,7 @@ class SambaStudio(LLM): ``SAMBASTUDIO_API_KEY`` set with your SambaStudio deployed endpoint Key. https://docs.sambanova.ai/sambastudio/latest/index.html Example: - .. code-block:: python + python SambaStudio( sambastudio_url = set with your SambaStudio deployed endpoint URL, sambastudio_api_key = set with your SambaStudio deployed endpoint Key.