Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(weave): Add missing link to Bedrock page & order Integrations alphabetically #3473

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions docs/docs/guides/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@ Weave provides automatic logging integrations for popular LLM providers and orch

LLM providers are the vendors that offer access to large language models for generating predictions. Weave integrates with these providers to log and trace the interactions with their APIs:

- **[OpenAI](/guides/integrations/openai)**
- **[Amazon Bedrock](/guides/integrations/bedrock)**
J2-D2-3PO marked this conversation as resolved.
Show resolved Hide resolved
- **[Anthropic](/guides/integrations/anthropic)**
- **[Cerebras](/guides/integrations/cerebras)**
- **[Cohere](/guides/integrations/cohere)**
- **[MistralAI](/guides/integrations/mistral)**
- **[Microsoft Azure](/guides/integrations/azure)**
- **[Google Gemini](/guides/integrations/google-gemini)**
- **[Together AI](/guides/integrations/together_ai)**
- **[Groq](/guides/integrations/groq)**
- **[Open Router](/guides/integrations/openrouter)**
- **[LiteLLM](/guides/integrations/litellm)**
- **[Microsoft Azure](/guides/integrations/azure)**
- **[MistralAI](/guides/integrations/mistral)**
- **[NVIDIA NIM](/guides/integrations/nvidia_nim)**


- **[OpenAI](/guides/integrations/openai)**
- **[Open Router](/guides/integrations/openrouter)**
- **[Together AI](/guides/integrations/together_ai)**

**[Local Models](/guides/integrations/local_models)**: For when you're running models on your own infrastructure.

Expand Down
14 changes: 7 additions & 7 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,20 @@ const sidebars: SidebarsConfig = {
collapsed: true,
label: "LLM Providers",
items: [
"guides/integrations/openai",
"guides/integrations/bedrock",
"guides/integrations/anthropic",
"guides/integrations/cerebras",
"guides/integrations/cohere",
"guides/integrations/mistral",
"guides/integrations/azure",
"guides/integrations/bedrock",
"guides/integrations/google-gemini",
"guides/integrations/together_ai",
"guides/integrations/groq",
"guides/integrations/openrouter",
"guides/integrations/litellm",
"guides/integrations/azure",
"guides/integrations/mistral",
"guides/integrations/nvidia_nim",
],
"guides/integrations/openai",
"guides/integrations/openrouter",
"guides/integrations/together_ai",
],
},
"guides/integrations/local_models",
{
Expand Down
Loading