Skip to content

Commit 9478038

Browse files
docs: update docs with vendors
1 parent 91cc47b commit 9478038

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/setup/vendors.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Alternatively vendors can be configured manually in `config.toml` file.
99

1010
The table summarizes vendor alternative for core AI service and optional RAI modules:
1111

12-
| Module | Open source | Alternative | Why to consider alternative? | More information |
13-
| ----------------------------------------------- | ----------- | ----------------------- | ------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------- |
14-
| [LLM service](#llm-model-configuration-in-rai) | Ollama | OpenAI, Bedrock | Overall performance of the LLM models, supported modalities and features | [LangChain models](https://docs.langchain4j.dev/integrations/language-models/) |
15-
| **Optional:** [Tracing tool](./tracing.md) | Langfuse | LangSmith | Better integration with LangChain | [Comparison](https://langfuse.com/faq/all/langsmith-alternative) |
16-
| **Optional:** [Text to speech](#text-to-speech) | OpenTTS | ElevenLabs | Arguably, significantly better voice synthesis | <li> [OpenTTS GitHub](https://github.com/synesthesiam/opentts) </li><li> [RAI voice interface][s2s] </li> |
17-
| **Optional:** [Speech to text](#speech-to-text) | Whisper | OpenAI Whisper (hosted) | When suitable local GPU is not an option | <li> [Whisper GitHub](https://github.com/openai/whisper) </li><li> [RAI voice interface][s2s] </li> |
12+
| Module | Open source | Alternative | Why to consider alternative? | More information |
13+
| ----------------------------------------------- | ------------------ | ----------------------- | ------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
14+
| [LLM service](#llm-model-configuration-in-rai) | Ollama | OpenAI, Bedrock | Overall performance of the LLM models, supported modalities and features | [LangChain models](https://docs.langchain4j.dev/integrations/language-models/) |
15+
| **Optional:** [Tracing tool](./tracing.md) | Langfuse | LangSmith | Better integration with LangChain | [Comparison](https://langfuse.com/faq/all/langsmith-alternative) |
16+
| **Optional:** [Text to speech](#text-to-speech) | KokoroTTS, OpenTTS | ElevenLabs | Arguably, significantly better voice synthesis | <li> [KokoroTTS](https://huggingface.co/hexgrad/Kokoro-82M#usage) </li><li> [OpenTTS GitHub](https://github.com/synesthesiam/opentts) </li><li> [RAI voice interface][s2s] </li> |
17+
| **Optional:** [Speech to text](#speech-to-text) | Whisper | OpenAI Whisper (hosted) | When suitable local GPU is not an option | <li> [Whisper GitHub](https://github.com/openai/whisper) </li><li> [RAI voice interface][s2s] </li> |
1818

1919
> [!TIP] Best-performing AI models
2020
>

0 commit comments

Comments
 (0)