# 概览

并排比较，帮助您选择合适的工具。

## 可用比较

* [LLM 服务：Ollama vs vLLM vs TGI](/guides/guides_v2-zh/dui-bi/llm-serving-comparison.md) - 选择您的推理服务器
* [图像生成界面：ComfyUI vs SD WebUI vs Fooocus](/guides/guides_v2-zh/dui-bi/image-gen-ui-comparison.md) - 选择您的界面
* [微调工具比较：Unsloth vs Axolotl vs LLaMA-Factory vs TRL](/guides/guides_v2-zh/dui-bi/finetuning-comparison.md) - 选择您的训练框架
* [RAG 框架比较：LangChain vs LlamaIndex vs Haystack vs RAGFlow](/guides/guides_v2-zh/dui-bi/rag-frameworks-comparison.md) - 选择您的 RAG 解决方案
* [语音合成引擎比较：XTTS vs Bark vs Kokoro vs Fish Speech vs MeloTTS](/guides/guides_v2-zh/dui-bi/tts-comparison.md) - 选择您的语音合成引擎
* [向量数据库比较：ChromaDB vs Qdrant vs Milvus vs Weaviate](/guides/guides_v2-zh/dui-bi/vector-db-comparison.md) - 选择您的向量存储
* [视频生成模型比较：Hunyuan vs Wan2.1 vs CogVideoX vs Mochi vs LTX](/guides/guides_v2-zh/dui-bi/video-gen-comparison.md) - 选择您的视频 AI 模型


---

# Agent Instructions: 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:

```
GET https://docs.clore.ai/guides/guides_v2-zh/dui-bi/comparisons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
