Unverified Commit d828517e authored by Parth Sareen's avatar Parth Sareen Committed by GitHub
Browse files

docs: update readme and links (#12809)

parent 14977a93
# Documentation # Documentation
### Getting Started ### Getting Started
* [Quickstart](../README.md#quickstart) * [Quickstart](https://docs.ollama.com/quickstart)
* [Examples](./examples.md) * [Examples](./examples.md)
* [Importing models](./import.md) * [Importing models](https://docs.ollama.com/import)
* [MacOS Documentation](./macos.md) * [MacOS Documentation](https://docs.ollama.com/macos)
* [Linux Documentation](./linux.md) * [Linux Documentation](https://docs.ollama.com/linux)
* [Windows Documentation](./windows.md) * [Windows Documentation](https://docs.ollama.com/windows)
* [Docker Documentation](./docker.md) * [Docker Documentation](https://docs.ollama.com/docker)
### Reference ### Reference
* [API Reference](./api.md) * [API Reference](https://docs.ollama.com/api)
* [Modelfile Reference](./modelfile.md) * [Modelfile Reference](./modelfile.md)
* [OpenAI Compatibility](./openai.md) * [OpenAI Compatibility](https://docs.ollama.com/api/openai-compatibility)
### Resources ### Resources
* [Troubleshooting Guide](./troubleshooting.md) * [Troubleshooting Guide](https://docs.ollama.com/troubleshooting)
* [FAQ](./faq.md) * [FAQ](https://docs.ollama.com/faq#faq)
* [Development guide](./development.md) * [Development guide](./development.md)
...@@ -108,7 +108,10 @@ ...@@ -108,7 +108,10 @@
"/modelfile", "/modelfile",
"/context-length", "/context-length",
"/linux", "/linux",
"/macos",
"/windows",
"/docker", "/docker",
"/import",
"/faq", "/faq",
"/gpu", "/gpu",
"/troubleshooting" "/troubleshooting"
......
...@@ -12,9 +12,3 @@ Ollama JavaScript examples at [ollama-js/examples](https://github.com/ollama/oll ...@@ -12,9 +12,3 @@ Ollama JavaScript examples at [ollama-js/examples](https://github.com/ollama/oll
## OpenAI compatibility examples ## OpenAI compatibility examples
Ollama OpenAI compatibility examples at [ollama/examples/openai](../docs/openai.md) Ollama OpenAI compatibility examples at [ollama/examples/openai](../docs/openai.md)
## Community examples
- [LangChain Ollama Python](https://python.langchain.com/docs/integrations/chat/ollama/)
- [LangChain Ollama JS](https://js.langchain.com/docs/integrations/chat/ollama/)
# Ollama for macOS ---
title: macOS
---
## System Requirements ## System Requirements
......
...@@ -2,11 +2,7 @@ ...@@ -2,11 +2,7 @@
title: Windows title: Windows
--- ---
Welcome to Ollama for Windows. Ollama runs as a native Windows application, including NVIDIA and AMD Radeon GPU support.
No more WSL required!
Ollama now runs as a native Windows application, including NVIDIA and AMD Radeon GPU support.
After installing Ollama for Windows, Ollama will run in the background and After installing Ollama for Windows, Ollama will run in the background and
the `ollama` command line is available in `cmd`, `powershell` or your favorite the `ollama` command line is available in `cmd`, `powershell` or your favorite
terminal application. As usual the Ollama [API](/api) will be served on terminal application. As usual the Ollama [API](/api) will be served on
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment