[PR #753] [MERGED] rename the examples to be more descriptive #10314

Closed
opened 2026-04-12 22:57:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/753
Author: @technovangelist
Created: 10/11/2023
Status: Merged
Merged: 10/12/2023
Merged by: @technovangelist

Base: mainHead: mattw/examplereorg


📝 Commits (8)

📊 Changes

51 files changed (+1347 additions, -23 deletions)

View changed files

examples/.gitignore (+171 -0)
📝 examples/README.md (+1 -13)
examples/golang-simplegenerate/README.md (+0 -0)
examples/golang-simplegenerate/main.go (+27 -0)
📝 examples/langchain-python-rag-document/README.md (+0 -0)
📝 examples/langchain-python-rag-document/main.py (+0 -0)
📝 examples/langchain-python-rag-document/requirements.txt (+0 -0)
📝 examples/langchain-python-rag-privategpt/.gitignore (+0 -0)
📝 examples/langchain-python-rag-privategpt/LICENSE (+0 -0)
📝 examples/langchain-python-rag-privategpt/README.md (+0 -0)
📝 examples/langchain-python-rag-privategpt/constants.py (+0 -0)
📝 examples/langchain-python-rag-privategpt/ingest.py (+0 -0)
📝 examples/langchain-python-rag-privategpt/poetry.lock (+0 -0)
📝 examples/langchain-python-rag-privategpt/privateGPT.py (+0 -0)
📝 examples/langchain-python-rag-privategpt/pyproject.toml (+0 -0)
📝 examples/langchain-python-rag-privategpt/requirements.txt (+0 -0)
📝 examples/langchain-python-rag-websummary/README.md (+0 -0)
📝 examples/langchain-python-rag-websummary/main.py (+0 -0)
📝 examples/langchain-python-rag-websummary/requirements.txt (+0 -0)
📝 examples/langchain-python-simple/README.md (+0 -0)

...and 31 more files

📄 Description

also add a few readmes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/753 **Author:** [@technovangelist](https://github.com/technovangelist) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/12/2023 **Merged by:** [@technovangelist](https://github.com/technovangelist) **Base:** `main` ← **Head:** `mattw/examplereorg` --- ### 📝 Commits (8) - [`a85329f`](https://github.com/ollama/ollama/commit/a85329f59aa73b0713a387a0be76432ce8b0ca47) rename the models to be more descriptive - [`cdf5e10`](https://github.com/ollama/ollama/commit/cdf5e106ae1d724627fae04078c311565ba70d6f) rename dirs - [`615f7d1`](https://github.com/ollama/ollama/commit/615f7d1deaf099b38f1f5df1ee5f470851dff28e) cleanup readme. - [`fc6b49b`](https://github.com/ollama/ollama/commit/fc6b49be32011de8b5db6ea9fca1a9bfb4d57ad9) add ts alternate to python langchain simplegen - [`8a41b24`](https://github.com/ollama/ollama/commit/8a41b244e8c65fe9b5a63e72370571a6494960b8) add golang gen - [`385eeea`](https://github.com/ollama/ollama/commit/385eeea357771824f64c31265500a0f6d0c45cd7) remove with - [`e1afcb8`](https://github.com/ollama/ollama/commit/e1afcb8af2aac3bd72a22f5e38d416557941e27c) simple gen to simple - [`042100f`](https://github.com/ollama/ollama/commit/042100f797f52627ef821bb23279f4d988e530ab) final rename ### 📊 Changes **51 files changed** (+1347 additions, -23 deletions) <details> <summary>View changed files</summary> ➕ `examples/.gitignore` (+171 -0) 📝 `examples/README.md` (+1 -13) ➕ `examples/golang-simplegenerate/README.md` (+0 -0) ➕ `examples/golang-simplegenerate/main.go` (+27 -0) 📝 `examples/langchain-python-rag-document/README.md` (+0 -0) 📝 `examples/langchain-python-rag-document/main.py` (+0 -0) 📝 `examples/langchain-python-rag-document/requirements.txt` (+0 -0) 📝 `examples/langchain-python-rag-privategpt/.gitignore` (+0 -0) 📝 `examples/langchain-python-rag-privategpt/LICENSE` (+0 -0) 📝 `examples/langchain-python-rag-privategpt/README.md` (+0 -0) 📝 `examples/langchain-python-rag-privategpt/constants.py` (+0 -0) 📝 `examples/langchain-python-rag-privategpt/ingest.py` (+0 -0) 📝 `examples/langchain-python-rag-privategpt/poetry.lock` (+0 -0) 📝 `examples/langchain-python-rag-privategpt/privateGPT.py` (+0 -0) 📝 `examples/langchain-python-rag-privategpt/pyproject.toml` (+0 -0) 📝 `examples/langchain-python-rag-privategpt/requirements.txt` (+0 -0) 📝 `examples/langchain-python-rag-websummary/README.md` (+0 -0) 📝 `examples/langchain-python-rag-websummary/main.py` (+0 -0) 📝 `examples/langchain-python-rag-websummary/requirements.txt` (+0 -0) 📝 `examples/langchain-python-simple/README.md` (+0 -0) _...and 31 more files_ </details> ### 📄 Description also add a few readmes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 22:57:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#10314