> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-ru/sravneniya/comparisons.md).

# Обзор

Сравнения бок о бок, которые помогут вам выбрать подходящие инструменты.

## Доступные сравнения

* [LLM-серверы: Ollama vs vLLM vs TGI](/guides/guides_v2-ru/sravneniya/llm-serving-comparison.md) - Выберите сервер инференса
* [Интерфейсы генерации изображений: ComfyUI vs SD WebUI vs Fooocus](/guides/guides_v2-ru/sravneniya/image-gen-ui-comparison.md) - Выберите интерфейс
* [Инструменты для дообучения: Unsloth vs Axolotl vs LLaMA-Factory vs TRL](/guides/guides_v2-ru/sravneniya/finetuning-comparison.md) - Выберите фреймворк для обучения
* [Фреймворки RAG: LangChain vs LlamaIndex vs Haystack vs RAGFlow](/guides/guides_v2-ru/sravneniya/rag-frameworks-comparison.md) - Выберите решение RAG
* [Движки TTS: XTTS vs Bark vs Kokoro vs Fish Speech vs MeloTTS](/guides/guides_v2-ru/sravneniya/tts-comparison.md) - Выберите движок синтеза голоса
* [Векторные базы данных: ChromaDB vs Qdrant vs Milvus vs Weaviate](/guides/guides_v2-ru/sravneniya/vector-db-comparison.md) - Выберите хранилище векторных данных
* [Модели генерации видео: Hunyuan vs Wan2.1 vs CogVideoX vs Mochi vs LTX](/guides/guides_v2-ru/sravneniya/video-gen-comparison.md) - Выберите модель видео ИИ


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.clore.ai/guides/guides_v2-ru/sravneniya/comparisons.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
