examples: remove codified examples (#8267)

This commit is contained in:
Parth Sareen 2025-01-13 11:26:22 -08:00 committed by GitHub
parent 17fcdea698
commit 84a2314463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
85 changed files with 23 additions and 8775 deletions

20
docs/examples.md 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/)