docs: rename to mdx to setup docs site (#12804)

This commit is contained in:
Parth Sareen
2025-10-28 13:04:31 -07:00
committed by GitHub
parent 5483497d7a
commit 6d02a43a75
13 changed files with 0 additions and 0 deletions

20
docs/examples.mdx Normal file
View File

@@ -0,0 +1,20 @@
# Examples
This directory contains different examples of using Ollama.
## Python examples
Ollama Python examples at [ollama-python/examples](https://github.com/ollama/ollama-python/tree/main/examples)
## JavaScript examples
Ollama JavaScript examples at [ollama-js/examples](https://github.com/ollama/ollama-js/tree/main/examples)
## OpenAI compatibility examples
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/)