From 7d71c2f5ca533d5fc15e78371d00db1824898f43 Mon Sep 17 00:00:00 2001 From: Matthew Hand Date: Tue, 5 Nov 2024 19:52:58 +0000 Subject: [PATCH] Add using-openwebui/index.mdx changes from feature-nginx-combined --- .../getting-started/using-openwebui/index.mdx | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/getting-started/using-openwebui/index.mdx diff --git a/docs/getting-started/using-openwebui/index.mdx b/docs/getting-started/using-openwebui/index.mdx new file mode 100644 index 0000000..7940aec --- /dev/null +++ b/docs/getting-started/using-openwebui/index.mdx @@ -0,0 +1,32 @@ +--- +sidebar_position: 3 +title: "🧑‍💻 Using OpenWebUI" +--- + +# Using OpenWebUI + +Explore the essential concepts and features of Open WebUI, including models, knowledge, prompts, pipes, actions, and more. + +--- + +## 📥 Ollama Models +Learn how to download, load, and use models effectively. +[Check out Ollama Models](./OllamaModels.mdx) + +--- + +## 📚 Terminology +Understand key components: models, prompts, knowledge, functions, pipes, and actions. +[Read the Terminology Guide](./Terminology.mdx) + +--- + +## 📖 Community Tutorials +If you like the documentation you are reading right now, then check out this tutorial on [Configuring RAG with OpenWebUI Documentation](../../tutorials/tips/rag-tutorial.md). +Then go on to explore other community-submitted tutorials to enhance your OpenWebUI experience. +[Explore Community Tutorials](/category/-tutorials) + + +--- + +Stay tuned for more updates as we continue to expand these sections! \ No newline at end of file