mirror of
https://github.com/open-webui/docs
synced 2025-05-19 10:52:14 +00:00
Update faq.mdx
This commit is contained in:
parent
c2e25876b0
commit
b999c70f16
@ -100,9 +100,9 @@ To improve the performance of Retrieval-Augmented Generation (**RAG**) with Open
|
|||||||
To do this, configure your **Ollama model params** to allow a larger context window. You can check and modify this setting in your chat directly or from model editor page to enhance the RAG experience significantly.
|
To do this, configure your **Ollama model params** to allow a larger context window. You can check and modify this setting in your chat directly or from model editor page to enhance the RAG experience significantly.
|
||||||
|
|
||||||
#### **Q: Is MCP (Model Context Protocol) supported in Open WebUI?**
|
#### **Q: Is MCP (Model Context Protocol) supported in Open WebUI?**
|
||||||
**A:** Yes, Open WebUI officially supports MCP Tool Servers—but exclusively through an **OpenAPI-compliant proxy** ([openapi-servers](https://github.com/open-webui/openapi-servers)) for optimal compatibility, security, and maintainability.
|
**A:** [Yes, Open WebUI officially supports MCP Tool Servers—but exclusively through an **OpenAPI-compliant proxy**](/openapi-servers/mcp) ([openapi-servers](https://github.com/open-webui/openapi-servers)) for optimal compatibility, security, and maintainability.
|
||||||
|
|
||||||
To bridge MCP (and other backend protocols), we provide a purpose-built proxy implementation available at: 👉 [https://github.com/open-webui/openapi-servers](https://github.com/open-webui/openapi-servers?tab=readme-ov-file#-bridge-to-mcp-optional)
|
To bridge MCP (and other backend protocols), we provide a purpose-built proxy implementation available at: 👉 [https://github.com/open-webui/mcpo](https://github.com/open-webui/mcpo)
|
||||||
|
|
||||||
This design choice is motivated by several core principles:
|
This design choice is motivated by several core principles:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user